Re: Including 4 form's into 1 page with includes?

2003-09-27 Thread paul
+001 (708) 570-2772 Fax --- - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 26, 2003 5:50 PM Subject: Re: Including 4 form's into 1 page with includes? I have used the jsp:include directive to include jsp pages that have other struts

Including 4 form's into 1 page with includes?

2003-09-26 Thread Mick Knutson
I have 4 different read-only forms that are each in their own jsp page. I want to create a master jsp page that has all 4 forms on it. I can have the main action collect all 4 DTO's for each of the forms, and then add it to a DyaActionForm, but I don't know if this is even going to work. I just

Re: Including 4 form's into 1 page with includes?

2003-09-26 Thread paul
I have used the jsp:include directive to include jsp pages that have other struts forms in them. Works great as long as you make sure all the forms get added to the request object. I have 4 different read-only forms that are each in their own jsp page. I want to create a master jsp page that

Re: Including 4 form's into 1 page with includes?

2003-09-26 Thread Mick Knutson
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 26, 2003 5:50 PM Subject: Re: Including 4 form's into 1 page with includes? I have used the jsp:include directive to include jsp pages that have other struts forms in them. Works great as long as you make sure all the forms get added

Re: Including 4 form's into 1 page with includes?

2003-09-26 Thread Mick Knutson
: Including 4 form's into 1 page with includes? I have used the jsp:include directive to include jsp pages that have other struts forms in them. Works great as long as you make sure all the forms get added to the request object. I have 4 different read-only forms that are each in their own jsp