[TYPO3-mvc] Fluid - How to exchange values of different formfields

Mario Beiser mariobeiser at googlemail.com
Wed May 19 21:51:38 CEST 2010


In article 
<mailman.16668.1274182477.610.typo3-project-typo3v4mvc at lists.typo3.org>,
 "Nikolas Hagelstein" <lists at shr-now.de> wrote:

> 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

Hi,

thanks for you replies. I am going to check your suggests.
The purpose of my question was just to find a way, catch a user input 
and fill to different db-fields with them.

Didn't know about the possibility Nikolas mentioned.
Thanks again and all the best.

Mario


More information about the TYPO3-project-typo3v4mvc mailing list