[Typo3] data access within flexform/TV

Peter Klein peter at umloud.dk
Mon Oct 10 13:50:40 CEST 2005


Hi Esan. Try using "data" instead of "field", as "field" gets its data from 
the flexform record, not the page record.

10.data = page:tstamp

-- 
Peter Klein/Umloud Untd


"Esan Akoko" <magic at senvita.de> skrev i en meddelelse 
news:mailman.2215.1128756433.10463.typo3-english at lists.netfielders.de...
> Hello Folks,
>
> I have a big problem accessing data from a Typoscript snippet inside a 
> flexform element.
> This is the code snippet:
>
> ...
> <eType>input</eType>
>    <TypoScript>
>          10 = TEXT
>          10.field =  tstamp
>          10.date = m-d-y
>          10.wrap = |
> </TypoScript>
>
> ...
>
> My output always shows 01-01-70. This is because no data is retrieved to 
> the field.
> What I want to do is print out the last modification date of my flexform 
> element (tt_content
> element)
>
> Any suggestions?
>
> Thanks
> Esan
> 





More information about the TYPO3-english mailing list