I got some good advice that my first two emails were without context.
;-) They were. My apologies.
I noticed that the PerformInclude does not perform an include, but a
forward. Is this an oversight? I am looking at Struts 1.3 core, HEAD,
revision 42119:
protected void perform(ActionContext context, String uri) {
ServletActionContext swcontext = (ServletActionContext) context;
HttpServletRequest request = swcontext.getRequest();
RequestDispatcher rd = ....getRequestDispatcher(uri);
rd.forward(request, swcontext.getResponse());
}
I can only find one other instance of RequestDispatcher.include() in the
ExceptionHandler class. Otherwise include() is never invoked. This leads
me to believe the above is a copy and paste error.
Am I correct? Am I missing something? Please advise. This is a trivial
fix that could make it into 1.3.6 easily.
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]