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 1:57 PM To: [EMAIL PROTECTED] Subject: All values of html:select Hi, I need to display a set of values in an html:select control. User adds/deletes certain values, so at the end I need to get the list of "all" values in the combo box, not just the selected value(s). How can I achieve this? Do I need to use JavaScript (and a hidden variable to store all the values) or does the framework provide some built-in support? Thanks, Suresh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

