Mantis - Resin
Viewing Issue Advanced Details
259 minor always 06-13-05 00:00 11-30-05 14:43
user248  
 
normal  
closed 3.0.13  
3.0.13 fixed  
none    
none 3.0.15  
0000259: Resin doesn't deal with <jsp:include under jspx file
RSN-282
I have following code under jspx file:
<jsp:include page="second.jspx"/>
but resin doesn't deal with second.jspx,and the output from included page is empty.

Notes
(0000291)
ferg   
06-13-05 00:00   
jsp/15l6

A simple .war file reproducing this would be helpful. The includes work in our tests:

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"> [^]
<html>
  <body>
    <h1>Resin include test</h1>
    <jsp:inclde page="inc.jspx"/>
  </body>
</html>
</jsp:root>