[TYPO3-mvc] Fluid: viewHelperForm always produces an object?
Sebastian Gebhard
s.gebhard at markenmotiv.de
Thu May 28 10:21:09 CEST 2009
I want to implement a form to my extension.
Once again I took a look at blog_example. there I found:
<f:form method="post" controller="Blog" action="update"
name="updatedBlog" object="{blog}" arguments="{blog: blog}" >
As far as I understand it the Blog Controller will get an Blog Object
with updated properties named updatedBlog.
Now I want to have a search form (detailed with some fields).
Do I need something like a search object that stores the form data and
brings it to my controller?
Or won't I use f:form for that?
More information about the TYPO3-project-typo3v4mvc
mailing list