[TYPO3-mvc] Alternative @dontvalidate annotation
Stefan Neufeind
typo3.neufeind at speedpartner.de
Sun Mar 3 23:46:21 CET 2013
On 03/01/2013 02:12 PM, Bas van der Togt wrote:
> Hello,
>
> Is there a alternative way for the @dontvalidate annotation?
>
> I have a fluid form with 2 selects. The values of the second select
> depends on the first select. So when the user changes the first select
> the form is submitted (by ajax) to get the relevant data for the second
> select. This submit must not be validated. Does anybody have a solution
> for this?
Can't you use a separate action to fetch your results for the second
select and have a @dontvalidate (or not specify your second select at
all) in the params?
Regards,
Stefan
More information about the TYPO3-project-typo3v4mvc
mailing list