Posted By:
Adam_Soong
Posted On:
Monday, June 10, 2002 09:40 AM
I'm using struts template tag to put a template into a jsp using resources from another web application with a different uri context running on the same web server. I've tried to assign both absolute and relative URL's to the content attribute. This is the tag I put in my jsp with "codes" being the uri context of a second web app: With this tag I get file not found errors. I've played with variations of the URL path by using assorted combinations of ".." and "/". I also tried absolute URL as indicated in the following tag: This tag generates a message indicating the jsp could
More>>
I'm using struts template tag to put a template into a jsp using resources from another web application with a different uri context running on the same web server. I've tried to assign both absolute and relative URL's to the content attribute.
This is the tag I put in my jsp with "codes" being the uri context of a second web app:
With this tag I get file not found errors. I've played with variations of the URL path by using assorted combinations of ".." and "/". I also tried absolute URL as indicated in the following tag:
This tag generates a message indicating the jsp could not compile. Anyone have ideas on what to do? Adam