[TYPO3-mvc] Fluid - How to exchange values of different formfields
Nikolas Hagelstein
lists at shr-now.de
Tue May 18 13:29:18 CEST 2010
Hi,
> > Got a fieldset like this:
> >
> > <f:form.textbox property="foo" value="" />
> > <f:form.hidden property="bar" value="{value.of.form.field.foo}" />
> >
> > As you see, I would use the input of "foo" also as values of "bar".
<f:form.hidden property="bar" value="{myObject.foo}" />
myObject = the object you assigned to your form.
Cheers,
nikolas
More information about the TYPO3-project-typo3v4mvc
mailing list