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: logic:iterate property=fooArray id=foo html:text property=foo indexed=true/ /logic:iterate which should create an entry

Re: HOWTO: multiple values field.

2005-05-31 Thread amitava . basak
onclick and ondblclick events on a html:hidden 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

RE: HOWTO: multiple values field.

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

AW: HOWTO: multiple values field.

2005-05-31 Thread Andreas Solarik
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 script event hander

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