[TYPO3-mvc] adding n Objects from a single view

Tim Schoch | GSTALTIG tim.schoch at gstaltig.ch
Fri Oct 14 16:56:11 CEST 2011


Hi Daniel
I had the same problem a fiew weeks ago. This is from my head, without testing it, but I think you can do it in a very simple way:
<f:form.textbox property="tag.1"/> 
<f:form.textbox property="tag.2"/> 
<f:form.textbox property="tag.3"/> 
In 1.3 this was persisted automatically, in 1.4 you have to allow creation of subobjects. (@see this thread:
http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2011-September/010370.html)
Hope this helps
Tim


More information about the TYPO3-project-typo3v4mvc mailing list