[TYPO3-mvc] A little help with the fluid form tag?
Andreas Lappe
nd at off-pist.de
Wed May 12 10:15:33 CEST 2010
On 11.05.10, Jonas Götze wrote:
> Hi Daniel, Hi Søren,
>
> I currently have a similiar Problem - maybe there is a connection.
> I have an Extension (using latest extbase/fluid trunks) which
> enhances fe_users and created a frontend-plugin for the user to edit
> his data.
> The form shows up with all the data from the DB, but if I click on
> my submit button (which should perform the updateAction) my
> edit-Form shows up again (no redirect in updateAction) and the Data
> is not updated and no flashmessage is shown. It seems, that the
> action is not called at all. The Action is registered and not
> cached.
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" />
That solved the issue...
HTH
Andy
--
,,Typographie ist keine neutrale Kodierung des gesprochenen Wortes.´´
-Neil Postman
More information about the TYPO3-project-typo3v4mvc
mailing list