RE: All values of html:select

2003-01-15 Thread Jimmy Oh
AFAIK ... this has to do with client side. You may need to set you select list to be able to select MULTIPLE. the u may use a javascript to select all before a form submission. HTH jim -Original Message- From: Suresh Addagalla [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003

RE: All values of html:select

2003-01-15 Thread Andrew Hill
Yes you will need javascript. You might not need a hidden field though. In my app I have to do this too - as all my submits go through a javascript method anyhow it wasnt to hard for me call a function that searches the dom (be careful of cross-browser support here) for selects with this