[TYPO3] flexform does not show selected items in select

Stano Paška stano.paska at gmail.com
Fri Dec 22 07:22:27 CET 2006


Hi,

I have flexform select:
<firms_combo>
 <TCEforms>
   <label>LLL:EXT:kios_cosmotron/locallang_db.xml:flexform.firms_selection</label>
   <config>
     <type>select</type>
<itemsProcFunc>user_tx_kioscosmotron_userfunc->user_getFirmsCategories</itemsProcFunc>
     <size>10</size>
     <maxitems>100</maxitems>
    </config>
 </TCEforms>
</firms_combo>

Everything is ok, items in "items" part are displayed, I can select
some into the "selected" part. When I save form, selected items are
saved into tt_content.
<field index="firms_combo">
 <value index="vDEF">44,28,104</value>
</field>

But when I edit this record again, no items are displayed in the
"selected" part.

Where can be problem?

I use typo3 4.0.4

Thanks.

Stano Paška.


More information about the TYPO3-english mailing list