Re: HOWTO: multiple values field | please don't mix threads

2005-05-31 Thread delbd
Please don't use a replay to another mail as the basis of your questions. This mixes the mail Threads and make it more difficult to manage! Well this all doesn't answer my original question on multivalue fields, still pending ^_^ Le Mardi 31 Mai 2005 10:48, [EMAIL PROTECTED] a écrit : > onclick

AW: HOWTO: multiple values field.

2005-05-31 Thread Andreas Solarik
---Ursprungliche Nachricht- Von: Nitin Mandolkar [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 31. Mai 2005 10:58 An: Struts Users Mailing List Betreff: RE: HOWTO: multiple values field. Onclick: Java script event hander executes the code when an element get a mouse click. ondblclick: Java scr

RE: HOWTO: multiple values field.

2005-05-31 Thread Nitin Mandolkar
: Struts Users Mailing List Cc: Struts Users Mailing List Subject: Re: HOWTO: multiple values field. onclick and ondblclick events on a tag are provided ? What are its uses if at all? Amitava Basak Tata Consultancy Services Limited Notice: The information contained in this e-mail message and/or

Re: HOWTO: multiple values field.

2005-05-31 Thread amitava . basak
onclick and ondblclick events on a tag are provided ? What are its uses if at all? Amitava Basak Tata Consultancy Services Limited Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the inte

HOWTO: multiple values field.

2005-05-31 Thread delbd
Hello, in a form user is allowed to enter multiple values for a field foo. There can be an unlimited number of those entries. I saw there is the possibility to do this: which should create an entry for each foo value in the form, using public String getFoo(int index) public void setFoo(i