On Friday 09 April 2004 16:19, dream_and_yang wrote:

No, you can't include such files directly, as the container
forbids direct access to anything underneath WEB-INF.
But of course, you can always wrap test.jsp in a
ForwardAction and set your <iframe> tag to load
that instead: <iframe src="/test.do">

HTH,
-- Chris

> 1.in my jsp page information.jsp I do this:
>  <iframe width="100%" height="400" frameborder="1" scrolling="Auto"
> src="/web-inf/test.jsp"> but when the Tomcat 5.0 just tell me that
> such page is not available. 2.Then i try another way.
>   i created another page called import page,in this page:
>   <c:import url="${HTMLUrl}"/>
>   <%jsp:include page="information.jsp" %>
>   Here HTMLUrl comes from my Struts Action,and refer the URL in want
> to import in the iframe.
>   This time,I do get it worked and have HTMLUrl page in the
> iframe,The problem is when the HTMLUrl has changed,The page in the
> iframe didn't changed at the same time.
>    I use <c:out value="${HTMLUrl}"/>,i can see this also changed.
>
>   Hoping someone to help me,Thank you very much!
>
>
>         dream_and_yang
> [EMAIL PROTECTED]
>           2004-04-09

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to