That just works, thanks alot.
Jeff Beal wrote:
First one: 1) set multiple="true" on your <html:select /> tag. 2) Create a product_id property on your form bean that is a String array:
public String[] getProduct_id() { } public void setProduct_id(String[] newValue) { }
(I think so, anyway. I haven't done this for a while, but I think this is the way it works. I responded to a similar question with this suggestion a few weeks ago and was not contradicted.)
-- Jeff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]