[TYPO3-mvc] Passing non-property fields in forms
Nikolas Hagelstein
lists at shr-now.de
Wed Feb 17 13:21:58 CET 2010
Hi,
<f:form.textbox name="firstName" ... />
Within the controller
/* @param string $firstName
Public function indexAction(...$firstName) {
}
That would just add an additional argument to your request besides the
domain object you already have.
Namespacing is automatically performed. (Have a look at the html code that
is generated).
Cheers,
Nikolas
More information about the TYPO3-project-typo3v4mvc
mailing list