DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6123>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6123

refreshing problem with jsp:include tag

           Summary: refreshing problem with jsp:include tag
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a page layout like this:

[webapp]
|---components
|---|---border.jsp
|---|---table.jsp
|---index.jsp    

I have to include a border page in the index page and in the table page; the 
table page is included in the index page too. 

for example:

[index.jsp]
..
<jsp:include page ="components/table.jsp">
..
<jsp:include page ="components/border.jsp">
..

[table.jsp]
..
<jsp:include page ="border.jsp">
..

the result of this operation is as expected: however, when I modify the border 
page and I reload the index page, the change is seen in the table but NOT in 
the direct inclusion of the border.

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

Reply via email to