Is there a way in JSP to send the output of one JSP to another to get the
final display content. What I want is following

JSP1 --> JSP2 --> HTML for Browser

Here JSP1 returns HTML data as usual and I need to put a template stuff like
image at top and bottom and little other things using the JSP2 to finally
get the HTML output. There are many JSP1 files I have and all I want to have
is one JSP2 file that will serve the purpose to show the content in a
uniform way. Also this way it will be hugely easy for me to change the
Look-n-Feel at any stage simply Changing the JSP2. How to do this?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to