09:38:48 <BenjaminR> bjo3rn you there? i create an asset in the controller with Asset::getInstance(). i want to parse Fluid so ive set fluid to TRUE and assigned variables. f:debug in the asset returns an empty array. it appears the variables are not available in the asset
09:40:17 <BenjaminR> OR does parse fluid dont work together with setPath
09:52:08 <batjony> BenjaminR: do you have an idea, if its possible to have controller per cotent element, so not just one ContentController for all content elements ?
09:56:15 <BenjaminR> and most times thats when you ask for a dedicated controller :P
09:59:26 <batjony> but actually i see some variant, if I have some general MainController, which extends the existing AbstractContentController, and ContentController extends MainController, then I could have separate controllers per content element, for example ElementAController extends MainController, ElementBController extends MainController and so on.. :)
10:00:28 <BenjaminR> it wont be called because your content elements are mapped to render via contentcontroller
10:03:09 <batjony> ya you are right, it would work if there is a multiple inheritence in PHP, so ContentController extends AController, BController...... but this is not possible in PHP
11:35:25 <soee> is it possible to adjust one error message - now if we have configured page layout and we changed the extension provider key during development the layouts arent found anymore and in FE typo3 will throw: TYPO3 Fatal Error: Extension key "foo_provider" is NOT loaded!
11:36:08 <soee> it would be much better to have something like: TYPO3 Fatal Error: Extension key "foo_provider" with layouts configuration or something is NOT loaded!
12:41:29 <mrboel> @BenjaminR can you check if my gist code example is submit
12:42:39 <mrboel> because when i press ad gist i get a page without CSS, semms like its not working
12:42:41 <BenjaminR> no NamelessCoder has his hand on that
15:05:17 <BenjaminR> cedricziel you use formhandler?
16:55:39 <JustAPoring> I'm trying to pass an object to a ViewHelper I created myself and I get a "Cannot cast object of typoe "..." to string" exception. how can I pass it to the viewhelper as an object, just like how f:for does it for example?
18:26:43 <randomresult> if i have an <flux:field.select with a comma-seperated list of items... is there any way to label them? For Example i have the item "icon-Secure" (which is a CSS class) and i want to show secure/sicher to the BE-User...