RE: dynamic properties in jsp

2003-09-30 Thread Andrew Hill
Have a look at the nested stuff.
http://www.keyboardmonkey.com/next/index.jsp

-Original Message-
From: hari_s [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 30 September 2003 14:06
To: 'Struts Users Mailing List'
Subject: RE: dynamic properties in jsp


I think it will be simple if u handle it with JavaScript

-Original Message-
From: krishnamohan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 30, 2003 11:35 AM
To: '[EMAIL PROTECTED]'
Subject: dynamic properties in jsp

Hi,

I am working on a page where the user will dynamically add new rows at
runtime and there is  no limit.   This will be on a button 'Add New
Option'.
So I do not know what properties to create at compile time.  If anybody
has
worked on this type of scenario in struts, pl. help me how to do this or
with some code. I am using struts1.1 and tomcat.

Thanks,
Krishna


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



dynamic properties in jsp

2003-09-29 Thread krishnamohan
Hi,

I am working on a page where the user will dynamically add new rows at
runtime and there is  no limit.   This will be on a button 'Add New Option'.
So I do not know what properties to create at compile time.  If anybody has
worked on this type of scenario in struts, pl. help me how to do this or
with some code. I am using struts1.1 and tomcat.

Thanks,
Krishna


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dynamic properties in jsp

2003-09-29 Thread Abhijeet Mahalkar
You have to handale this in JAvascript in which use document.createElement method to 
create the table row,td, and components and values of this u can access in dynaform ...


abhijeet 

- Original Message - 
From: krishnamohan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 10:05 AM
Subject: dynamic properties in jsp


Hi,

I am working on a page where the user will dynamically add new rows at
runtime and there is  no limit.   This will be on a button 'Add New Option'.
So I do not know what properties to create at compile time.  If anybody has
worked on this type of scenario in struts, pl. help me how to do this or
with some code. I am using struts1.1 and tomcat.

Thanks,
Krishna


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: dynamic properties in jsp

2003-09-29 Thread hari_s
I think it will be simple if u handle it with JavaScript

-Original Message-
From: krishnamohan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 30, 2003 11:35 AM
To: '[EMAIL PROTECTED]'
Subject: dynamic properties in jsp

Hi,

I am working on a page where the user will dynamically add new rows at
runtime and there is  no limit.   This will be on a button 'Add New
Option'.
So I do not know what properties to create at compile time.  If anybody
has
worked on this type of scenario in struts, pl. help me how to do this or
with some code. I am using struts1.1 and tomcat.

Thanks,
Krishna


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]