I have an html:select tag that isn't playing along... I pre-populate a form in an action. I also create a TreeMap and add it to the request scope.
I have the following in my JSP: <html:select property="associatedSalesperson" name="sampleRequestCompleteForm" value="encodeAssociatedSalespersonID"> <html:options collection="assocatedSalespeople" property="key" labelProperty="value"/> </html:select> The problem is not that the map doesn't display as options, they do, that is fine. The problem is that the correct item isn't highlighted. No item is highlighted (default, top item). I have a println() in my getEncodeAssociatedSalespersonID() method in my ActionForm and it doesn't appear that it is being called. What am I doing wrong? TIA, hunter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

