Design Issue in struts

2002-12-03 Thread Cook, Graham
Can I use struts to perform the following task: generate a JSP page, but have multiple entry lines on the page. Im not going to know how many lines the user is going to enter, so i'd like them to have some kind of way ( maybe a button ) that the user can click on, the page refreshes (retaining

RE: Design Issue in struts

2002-12-03 Thread edgar
Yes, you can use either subforms / nested tags or maps. -Original Message- From: Cook, Graham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:30 AM To: '[EMAIL PROTECTED]' Subject: Design Issue in struts Can I use struts to perform the following task: generate a JSP

RE: Design Issue in struts

2002-12-03 Thread shirishchandra . sakhare
u add a new object and the jsp cretes new table with a empty row. Hope this helps. Regards, Shirish -Original Message- From: graham.cook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 11:30 AM To: struts-user Subject: Design Issue in struts Can I use struts to perform

Re: Design Issue in struts

2002-12-03 Thread Mark
object and the jsp cretes new table with a empty row. Hope this helps. Regards, Shirish -Original Message- From: graham.cook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 11:30 AM To: struts-user Subject: Design Issue in struts Can I use struts to perform

RE: Re: Design Issue in struts

2002-12-03 Thread shirishchandra . sakhare
: marklowe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 3:11 PM To: struts-user Cc: marklowe Subject: Re: Design Issue in struts If you're dynamically generating a form, what action would deal with the form produced? I have this problem and i'm thinking of using standard java/jsp

Re: Design Issue in struts

2002-12-03 Thread Mark
this clarifies the confusion. regards, Shirish -Original Message- From: marklowe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 3:11 PM To: struts-user Cc: marklowe Subject: Re: Design Issue in struts If you're dynamically generating a form, what action would deal

RE: Design Issue in struts

2002-12-03 Thread Edgar Dollin
Look into the nested tags. -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:02 PM To: Struts Users Mailing List Subject: Re: Design Issue in struts Shirish By dynamically generating a form i mean querying a db table which contains information

Re: Design Issue in struts

2002-12-03 Thread Mark
PROTECTED]] Sent: Tuesday, December 03, 2002 12:02 PM To: Struts Users Mailing List Subject: Re: Design Issue in struts Shirish By dynamically generating a form i mean querying a db table which contains information about what fields etc to produce for the user to be able to add content

RE: Design Issue in struts

2002-12-03 Thread Edgar Dollin
: Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:16 PM To: Struts Users Mailing List Subject: Re: Design Issue in struts I have seen that nested tags is a way around this but i believe they're not supported on version 1 only on version 1.1. I'm off recheck the docs... On 3-12