pre-selecting html input object values

2003-10-15 Thread Manav Gupta
Hi, Is there a standard way to pre-select HTML input object values (such as select, text, checkbox, etc) using struts taglibs? Thanks M - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: HashMap with options

2003-10-14 Thread Manav Gupta
Thanks Michael, you've been a great help... Regards, m > -Original Message- > From: Michael D. Norman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2003 6:37 AM > To: 'Struts Users Mailing List' > Subject: RE: HashMap with options > > > > Could you elaborate what happens when

RE: HashMap with options

2003-10-13 Thread Manav Gupta
Hi Michael, Thanks for your reply - I'll definitely give it a go! Could you elaborate what happens when I specify the name along with the property attribute? Does struts iterate through each item in the Map, calling get("key") and get("value") on each item in the Map? Is there any link/website wh

HashMap with options

2003-10-10 Thread Manav Gupta
Hi Can i use HashMap with options? something like: such that the option value is the key and the labelProperty is the value? thanks M

FW: retrieving values from multiple="true" select box

2003-10-07 Thread Manav Gupta
No takers for this? M -Original Message- From: Manav Gupta Sent: Monday, October 06, 2003 5:42 PM To: Subject: retrieving values from multiple="true" select box Hi, I'm sure this has been resolved by a thousand ppl before me, but I'm unable to find an answer to i

retrieving values from multiple="true" select box

2003-10-06 Thread Manav Gupta
Hi, I'm sure this has been resolved by a thousand ppl before me, but I'm unable to find an answer to it. I did google, but I'm at a loss I'm afraid. So here goes: I need to retrieve all selected values from a HTML select object, that has "multiple=true" set. Here's my form bean snippet: =