If I set a request param with ?professionId=3, this does not make the
professionId with value 3 selected. What am I doing wrong?

...
<@s.select name = "professionId" key="profession"
                    headerKey="" headerValue="select_profession"
                    list="professions"
                     listKey="id"
       listValue="name"
       value = "%{#parameters.professionId}"
                    required="true"
 />
...
-- 
View this message in context: 
http://www.nabble.com/Struts-2-%2B-Freemarker---how-to-set-a-select-list-option-to-selected-from-a-request-param-tp15848645p15848645.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to