include uploaded by a customer html to jsp

From: Natasha (natasha_at_groveware.com)
Date: 12/17/03


Date: 17 Dec 2003 07:06:08 -0800

I need to include header into jsp page. This jsp is a SiteMesh
decorator. The only thing it should do - apply header and footer to
the output.
This jsp page decorates pages generated by Struts and Java.
This header is an html file and uploaded by a customer and it stored
in URL like:
/appName/fileservise?upload/header2.html - I used this path when
access the file from XSL pages and it worked OK.
How can I reach this file from jsp?

When I just put those HTMLs inside applicatin using <jsp:include> it
was OK, that means there is nothing wrong with Sitemesh. I am just not
expiriensed with JSP.

I appriciate any help.
Thanks.



Relevant Pages