[TYPO3-english] unfortunately datawrap does not work ?!?

Daniel Huf dhuf at cross-systems.com
Thu Jun 18 14:01:18 CEST 2009


Mai Ling Hsieh wrote:
> Hi all,
> 
> having some probs with the dataWrap funtionality.
> 
> under some circumstances I need to refresh the page, I am on, so that 
> *all* GP vars are gone; to have a fresh URL...
> This is not discussable ... but that the dataWrap is not working, this is.
> 
> [globalVar=GP:logintype=logout]
>   page.headerData.265 = TEXT
>   page.headerData.265 {
>     value =  
>     dataWrap = |<meta http-equiv="refresh" content="0; 
> url=http://example.com/index.php?id={TSFE:id}" />
>   }
> [global]
> 
> Nothing is rendered out into the source code, why?
> 
> Anyone any idea?
> 
> Thanks
> :-)

maybe with something like

data = TSFE:id
wrap = <meta http-equiv="refresh" content="0;
 > url=http://example.com/index.php?id=|" />

Or isn't it TSFE:uid or GP:id ?


More information about the TYPO3-english mailing list