[TYPO3-english] extabase - select value as selected.

Hans-Peter M. istbanane at googlemail.com
Wed May 22 13:44:39 CEST 2013


Hi,
i have a view that displays the records in a list.
Now I want to filter the records according to certain categories.

The Code in fluid:

<f:form action="list" name="choose">
<f:form.select property="category" options="{daten}" 
optionValueField="uid"  optionLabelField="name" 
additionalAttributes="{onChange : 
'document.choose.submit();'}"></f:form.select>
</f:form>

I want that the appropriate selection of the category is pre-selected.
(Html code: selected)
This does not work for me.
I wonder why?
Error in the model?


regards
Hans-Peter



More information about the TYPO3-english mailing list