[TYPO3-german] form.select Viewhelper mit property und multiple

g4-lisz at tonarchiv.ch g4-lisz at tonarchiv.ch
Sat Feb 1 12:09:28 CET 2014


Hallo Leute,

was kriege ich dann für einen Variablentyp an die Action geliefert, wenn
ich ein Formular mit einem multiple select auf eine Objekt-Property mache?

Also z.B.

<f:form action="updateMessage" name="message" object="{editMessage}" >
    <f:form.select size="5" multiple="multiple" property="recipients"
options="{addresses}" optionLabelField="name"/>
   ...
<f:form.submit value="Save" />

Wie muss die Property message.recipients geartet sein? Ist das wie bei
Checkboxes ein Array aus UIDs?

Grüße,
Till


More information about the TYPO3-german mailing list