[TYPO3-mvc] fluid markup for typolink-urls

Bastian Waidelich bastian at typo3.org
Mon May 18 19:07:39 CEST 2009


Andreas Lappe wrote:

Hi Andreas,
Sorry, I missed your post.

> I'm trying to get the current page url in fluid:

in the current version (and that's the syntax that will be released with 
TYPO3 4.3) it is possible:
<f:link.page>link to current page</f:link.page>
vs.
<f:uri.page />  // URI to current page

Check out the viewhelpertest from 
https://svn.typo3.org/TYPO3v4/CoreProjects/MVC/viewhelpertest/ for more 
examples.

BTW: Soon there'll be another syntax (namely "inline syntax") that 
make's it possible to use view helpers like:
{f:uri.page()}

Bastian


More information about the TYPO3-project-typo3v4mvc mailing list