The web app was developed using Struts.  This is a new section of the app I
am developing.  I wanted to continue using Struts  libraries/components to
construct dynamic JSP pages.  Does JSTL integrate nicely with Struts?  Or
does Struts have similar components that do the same thing?

Thanks for your response.

Jean 

-----Original Message-----
From: Ruth, Brice [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 9:41 AM
To: Struts Users Mailing List
Subject: Re: Dynamic JSPs and STRUTS


You wouldn't even necessarily need to go the route of Struts to 
accomplish this - you could store your 100 variations in an XML file and 
use the JSTL core/xml libraries to dynamically generate your JSPs based 
on parameters.

DeBurgo, Jean P. wrote:

>I am looking for the best approach to building dynamic JSP pages using
>Struts.
>
>I have a web app that has over 100 JSP pages that are basically identical.
I
>have a fixed set of form fields/parameter (15) and each JSP could have any
>combination of the form fields displayed.  Each of 100 JSP pages has 1
>unique value that is assigned to 1 of the form field/parameter. 
>
>Instead of 100 JSP pages, I want to dynamically create 1 JSP page to
display
>a combination of form fields/parameters from the fixed set and assign the
>unique value on of the form field/parameter.
>
>Any suggestions or links to resources would be greatly appreciated.
>
>Thanks,
>Jean De Burgo
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>

-- 
Brice D. Ruth
Sr. IT Analyst
Fiskars Brands, Inc.



---------------------------------------------------------------------
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]

Reply via email to