RE: Multiple Textboxes with same name.

2007-10-30 Thread Dave Newton
s Mailing List' > Subject: RE: Multiple Textboxes with same name. > > Use Struts-Layout tag library for this fucntionality > and use DATAGRIG > component in this > > Thanks & Regards > NAGESH Reddy > > -Original Message- > From: Rajagopal_Yendluri

RE: Multiple Textboxes with same name.

2007-10-30 Thread Rajagopal_Yendluri
I am using struts2, Struts-Layout will not support. -Original Message- From: nagesh.kumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 3:04 PM To: 'Struts Users Mailing List' Subject: RE: Multiple Textboxes with same name. Use Struts-Layout tag librar

RE: Multiple Textboxes with same name.

2007-10-30 Thread nagesh.kumar
info to my action as a collection of StudentVO. Please post some code. -Original Message- From: Rajagopal_Yendluri [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 12:29 PM To: Struts Users Mailing List Subject: RE: Multiple Textboxes with same name. Thanks Dave. -

RE: Multiple Textboxes with same name.

2007-10-30 Thread Rajagopal_Yendluri
as a collection of StudentVO. Please post some code. -Original Message- From: Rajagopal_Yendluri [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 12:29 PM To: Struts Users Mailing List Subject: RE: Multiple Textboxes with same name. Thanks Dave. -Original Message- From:

RE: Multiple Textboxes with same name.

2007-10-26 Thread Rajagopal_Yendluri
Thanks Dave. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 8:29 PM To: Struts Users Mailing List Subject: Re: Multiple Textboxes with same name. S2 will handle indexed form names properly, so you could have an action property defined as

Re: Multiple Textboxes with same name.

2007-10-25 Thread Dave Newton
S2 will handle indexed form names properly, so you could have an action property defined as, say, "List usernames" and name the form elements "username[0]" etc. http://struts.apache.org/2.x/docs/type-conversion.html may help, towards the bottom. d. --- Rajagopal_Yendluri <[EMAIL PROTECTED]> wrot

Multiple Textboxes with same name.

2007-10-25 Thread Rajagopal_Yendluri
Hi, I Have the following requirement in my project and I am new to struts2. I have to enter the data for Users: say I want to add 10 usernames from UI and I want to store all this usernames in database. For EX: my UI Looks like this USERNAME: textbo