RE: Dynamically adding row!

2006-11-15 Thread Lance Semmens
To: Struts Users Mailing List Subject: Re: Dynamically adding row! You can have a form auto-populate from the javascript-generated fields, you just need to be careful what you call the generated field names. It will be hard-coded and none too attractive, but it will work. Look at the rendered HTML

RE: Dynamically adding row!

2006-11-15 Thread Lance Semmens
To: Struts Users Mailing List Subject: Re: Dynamically adding row! You can have a form auto-populate from the javascript-generated fields, you just need to be careful what you call the generated field names. It will be hard-coded and none too attractive, but it will work. Look at the rendered HTML

Re: Dynamically adding row!

2006-11-15 Thread Ed Griebel
: Dynamically adding row! You can have a form auto-populate from the javascript-generated fields, you just need to be careful what you call the generated field names. It will be hard-coded and none too attractive, but it will work. Look at the rendered HTML to see what format the field names

RE: Dynamically adding row!

2006-11-15 Thread Lance Semmens
Ah. gotcha. I use my own custom formBeans so don't get this nifty little trick. -Original Message- From: Ed Griebel [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 14:48 To: Struts Users Mailing List Subject: Re: Dynamically adding row! It's worked for me using a LazyDynaBean

RE: Dynamically adding row!

2006-11-14 Thread Mano Chinthaka Dasanayaka
.. /logic:iterate Regards, Mano -Original Message- From: Balwinder [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 3:35 PM To: Struts Users Mailing List Subject: Dynamically adding row! Hi All! I am trying to add a row in a table dynamically to add new record in Struts web application

Dynamically adding row!

2006-11-14 Thread Balwinder
Hi All! I am trying to add a row in a table dynamically to add new record in Struts web application. Iam using struts 1.1 and need to implement non-Ajax solution. Will display tags has solution to this situation? Any help will be appreciated. Thanks and Regards, Balwinder Kumar

RE: Dynamically adding row!

2006-11-14 Thread Lance Semmens
usually involves cloning an existing row and blanking out the fields. Lance. -Original Message- From: Balwinder [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 10:05 To: Struts Users Mailing List Subject: Dynamically adding row! Hi All! I am trying to add a row in a table dynamically

Re: Dynamically adding row!

2006-11-14 Thread Ed Griebel
for both suggestions. The javascript option usually involves cloning an existing row and blanking out the fields. Lance. -Original Message- From: Balwinder [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 10:05 To: Struts Users Mailing List Subject: Dynamically adding row! Hi All! I am