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 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 don't want to copy-n-paste JSP code into this master view, as I > also will have the need to show the same FORM by itself. > > Has anyone done anything like this and able to help me figure out what > to do? > > > --- > Thanks > Mick Knutson > http://www.baselogic.com > > +001(805) 563-0666 Office > +001 (708) 570-2772 Fax > --- > > --------------------------------------------------------------------- > 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]