[TYPO3-mvc] Validation on different page type?
Felix Oertel
mehl at foertel.com
Tue Sep 7 12:36:23 CEST 2010
Hi Uwe,
Am 06.09.10 15:41, schrieb Uwe Michelfelder:
> controller = contact
> switchableControllerActions {
> 1 {
> controller = contact
> actions = new
> }
> 2
> {
> controller = contact
> actions = send
> }
> }
> action = new
> }
Are you sure you want to call contactController->newAction()? Should it
not be contactController->sendAction()?
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list