select tag
vinod <[email protected]> Fri, 08 Dec 2006 09:17:57 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <12795999.1165591107619.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
hi all
in the select tag i want to disply month's name in my
action class getMonthList method is there
i used <select name="monthlist" list="monthList"/>
it working fine
but this monthlist value and key are same
in th html
<option value="jan">jan</option>
but i want to this way
<option value="1">jan</option>
<option value="2">feb</option>
;;
.
;
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=52559&messageID=106025#106025
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]