[TYPO3-mvc] Having problems implementing a filter for a list like in the example sjr_offers

Franz Koch typo3.RemoveForMessage at elements-net.de
Sat Aug 6 12:36:32 CEST 2011


Hey,

>      <f:form class="tx-decispeakerdb-form" method="post" action=""
> name="demand">

here you're missing the object attribute: object="{demand}"


> Classes/Controller/SubjectController.php
>
> ...
>
>      public function listAction(Tx_DeciSpeakerdb_Domain_Model_Demand $demand
> = NULL) {
...
>
> This Error comes up, after select on of the fields in the form.
>
> Could not ultimately dispatch the request after 101 iterations. Most
> probably, a @dontvalidate annotation is missing on re-displaying a form with
> validation errors.

well, do you have @validate annotations in your demand object?

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list