Hallo Leute

ich habe eine Extbase Extension.
ich habe 2 tabelle: jobs u location

ich möchte in ein Select Feld gebaut, die alle Werte der tabelle loction 
auflistet.
ich möchte aber  in optionValueField nicht die UID sondern ein anderes Feld der Tabelle 
location und zwar das "ort"
also mein view sieht so aus:

<f:form.select name="location" options="{locations}" value="{requestLocation}" optionValueField="ort"  
optionLabelField="ort"  prependOptionLabel="Wo (Standort)..." class="form-control chosen-select"/>

das problem ist das sobald das formular abgesndet wird, bekomme ich eine 
fehlermeldung:
#1297759968: Exception while property mapping at property path "":The identity property 
"Aalen" is no UID

gibt es eine möglichkeit das feld nicht zu validieren? Wie kann man das 
realisieren?
danke in voraus!
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an