Hello, All.

I've a problem, I usa a combobox to show options in a page, but I need
keep the id and show the description.

I use Apache Tomcat 5.5 and Struts 2.0.11

My bean has:

        private String technology;
        private Collection<Technology> lstTechnology;

My page has:

        <s:combobox label="%{getText('technology')}" name="technology"
readonly="true" headerValue="--- Please Select ---" headerKey="1"
listKey="lstTechology" list="lstTechnology.{shortDesc}" />

Thanks!

JP

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

Reply via email to