[TYPO3-mvc] Remove chash from a form view helper

Bastian Waidelich bastian at typo3.org
Wed Jun 2 10:59:07 CEST 2010


Mam Violeng wrote:

Hi Mum.. uh Mam ;)

> Is there any way that I can remove chash uri from the form viewhelper
> like <f:form ... useChash="false">..</form>.

Yes there is! With the parameter actionUri you can override the 
generated action attribute. So you could do:

<f:form ... actionUri="{f:uri.action(action='foo')}">..</form>.

See?

Best,
Bastian


More information about the TYPO3-project-typo3v4mvc mailing list