Re: (newbie) html:select problem

2005-01-26 Thread Will Stranathan
This seems to come up frequently. You have to add some Javascript on the client side to either populate hidden form fields or to iterate through the entire target set and select them all - the values don't get passed in the HTTP request unless it's selected. w On Wed, 26 Jan 2005 23:01:19 +053

(newbie) html:select problem

2005-01-26 Thread Sudheer
Hi, In the below given code I am populating the html:select property 'from' using a java bean. On clicking the '>>' button I am moving the selected option from ''from' to 'to' html:select using the javascript function move(). The selected values are displayed in the 'to' html:option, but I am