Hi, I have tried several setters in the Form class but none of them are called when the form is terminated. How should me setter look like to the property "dropDownSelection". The getter method is:
public Map getDropDownSelection() { return dropDownSelection; } The setter "setDropDownSelection(String key, Object value)" is never called. <html:select multiple="true" size="${selectionSize}" styleClass="fixSelectWidth" property="dropDownSelection(${tracker.id}_${label_id})"> <c:forEach items="${choiceValues}" var="cv"> <html:option value="${cv.value}"> <c:out value="${cv.label}" /> </html:option> </c:forEach> </html:select> Zsolt Koppany Phone: +49-711-722 1874 -- Intland Software GmbH, Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart, Germany Phone: +49-711-722 1873, e-mail:[EMAIL PROTECTED] Fax: +49-711-722 1835 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]