[TYPO3-mvc] Fluid - How to exchange values of different formfields
Martin Kutschker
masi-no at spam-typo3.org
Tue May 18 12:22:27 CEST 2010
Mario Beiser schrieb:
> Hi everybody,
>
> got a short question to get the correct syntax working:
>
> 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".
So "bar" would have the old value from a previous post? Then the value should be available to your
controller where you can fill a FLUID variable with it.
Masi
More information about the TYPO3-project-typo3v4mvc
mailing list