[TYPO3-english] Passing dynamic data to FLUIDTEMPLATE

Victor Livakovsky v-tyok at mail.ru
Fri Mar 30 15:39:44 CEST 2012


> > Tried to make it this way:
> > variables {
> >    ccId = TEXT
> >    ccId.value = 272
> > }
> > <f:cObject typoscriptObjectPath="lib.single_content" data="{ccId}" />
> > but this code doesn't work.
>
> So, as I understand, it is not possible to pass TS objects to fluid?

Well, after two days of fighting I found, what was the reason: variables are 
NOT visible in partials. If I put variable into layout or into template, it 
is outputted, but not in partial!
Don't know, is it a bug or a feature?
TYPO3 4.6.4

I wonder, if it is mentioned in some documentation about Fluid?.. 



More information about the TYPO3-english mailing list