[TYPO3-mvc] validating two model in a form

Franz Koch typo3.RemoveForMessage at elements-net.de
Sat Nov 6 10:31:35 CET 2010


Hey,

> Thanks for the help .
> I have done that and it worked . But it is validating only for the first
> time when i clicked submit . for the second clicked it doesn't validate
> the child field and also it doesnt append the css to show the error .

that's probably a caching issue. Could you please test if it works with 
current SVN version of extbase? There are some issues with USER_INT 
actions in current TER/shipped version. The main issue is, that the 
USER_INT switch is done via TS conditions, and those fail in scenarios 
where you submit the name of the action via GET but the form values via 
POST (that's a TYPO3 issue/behavior). If the action name is also sent 
via POST everything is fine again. Recent SVN versions don't rely on TS 
conditions anymore.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list