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=13544>. 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=13544 [exception] support contextRelative paths Summary: [exception] support contextRelative paths Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Standard Actions AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It is useful for me to be able to declare that the JSP path for a global-exception handler is context-relative, so that I can have a family of related Struts modules that can share the view page for a common exception. I've patched ExceptionConfig, ExceptionHandler, and the struts-config DTD to support a context relative attribute for ExceptionConfig. It's all basically cut and paste from ForwardConfig, so I didn't make any test cases to demonstrate it, but I've tested it out locally. I figured I'd submit the patches in case others would find this useful. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>