jsp:include support
Status: Alpha
Brought to you by:
lkoskela
I've developed an extension to jsptest which allows use of "<jsp:include" tag inJSPs.
I attach the "diff" file. The impact on the originale source code is not trivial, because I've added concepts like "JspExecutionContext" and "JspCompilationContext" to track the context in whick JSP live. In this manner I can implement a non-empty RequestDispatcher for the MockHttpServletRequest.getRequestDispatcher method's return value.
If you are interested, I'm lucky to supply my enhancement...
jsptest is in general a veri very good framework for java web developers!
Diff which includes both request parameter support and jsp:include tag support