[TYPO3-mvc] caching problem with f:form

Stephan Helten stephan.helten at engage.de
Mon Jul 4 12:19:00 CEST 2011


Hi,

 

in fluid I defined this form:

 

<f:form>

    <f:form.select name="street" options="{areas}" optionValueField="street"
optionLabelField="street" value="{street}"/>

    <f:form.submit value="show" />

</f:form>

 

This results in html, where the action is: 

abfallentsorgung/?tx_engmhwastecal_wastecal%5Bcontroller%5D=Area&amp;cHash=a
ffebeb09b2d94ce3eb72d1bf0fad569

 

Because of the cHash value the target page is cached on the first call and
on further calls the value of the form.select is not considered.

 

Targeted action signature looks like this:

/**

* Displays all Areas

*

* @param string $street

*

* @return void

*/

public function listAction($street="") 

 

I don't understand why the cHash is generated.

What can I do to avoid that?

 

regards

 

Stephan Helten

 



More information about the TYPO3-project-typo3v4mvc mailing list