[TYPO3-mvc] A little help with the fluid form tag?

Jonas Götze jonnsn at gmail.com
Tue May 18 16:30:58 CEST 2010


Hey,

Am 18.05.2010 15:32, schrieb Felix Oertel:
> Hey,
>
> Am 12.05.10 09:21, schrieb Jonas Götze:
>> I tried adding every Action in my Controller to the
>> switchableControllerActions in my Flexform, but no change.
>
> Did you open the content element again and saved it with the new
> flexform value again? flexforms don't get updated once they are stored
> in the database.
I opened and saved again, yes.
We "solved" it now by creating a seperate little extension for this 
purpose - I guess there must have been some little Mistake which caused 
an invalid Object or something (though I could not find one after a lot 
of searching).

I still wonder, why no Error Messages came up at all...

Because of a lack of time, I could not search after it any more.

>
> you just said that the searchAction is not called. what action gets
> called instead?
The action from where I called the searchAction (updateAction actually, 
so it was the editAction) was shown again (but no redirect was used).

Am 12.05.2010 10:15, schrieb Andreas Lappe:
 > I had a very similar problem lately and the error was in my fluid
 > syntax. I used
 >
 >      <f:form.textbox name="name" value="{name}" />
 >
 > which resulted in the very problem you described. I then changed it to
 >
 >      <f:form.textbox property="name" />
Thank you for the hint - I used this already.

regards
Jonas


More information about the TYPO3-project-typo3v4mvc mailing list