RE: pre-selecting multiple selects

2002-01-29 Thread Paul Sijpkes
: Tuesday, 29 January 2002 1:24 PM To: 'Struts Users Mailing List' Subject: RE: pre-selecting multiple selects What I meant was that in the html:select tag ignore the value parameter. Do not use the html:options but rather iterate through all of your possible values and print out the html

RE: pre-selecting multiple selects

2002-01-28 Thread Jakkampudi, ChandraseKhar
I had the same problem on a previous project. I looked at the source code and currently you can specify only one value. A workaround is to check the values yourself and set the selected option on the options. Alternatively you can get the modify the source. If you do this, I hope you can post

RE: pre-selecting multiple selects

2002-01-28 Thread Paul Sijpkes
. -Original Message- From: Jakkampudi, ChandraseKhar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 29 January 2002 12:45 PM To: 'Struts Users Mailing List' Subject: RE: pre-selecting multiple selects I had the same problem on a previous project. I looked at the source code

RE: pre-selecting multiple selects

2002-01-28 Thread Jakkampudi, ChandraseKhar
Message- From: Paul Sijpkes [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:12 PM To: 'Struts Users Mailing List' Subject: RE: pre-selecting multiple selects You mean to set the option label as selected? eg. '**Option**' to symbolise selected and 'Option' as unselected