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=16882>. 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=16882 problem in redirect with multi module capacities [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-02-08 23:47 ------- Direct requests to a JSP page do not work in a multi-module Struts configuration. The reason for this is that there is no opportunity for the framework to analyze the request before the JSP page receives it, and store the correct ModuleConfig into a request attribute. A redirect causes your browser to issue a separate request to the destination page, and therefore violates the above principle. Therefore, you need to use a non-redirecting forward instead. Note that we could fix this if we were dependent on the Servlet 2.3 specification, where filters are available; however, the minimum platform for Struts 1.1 remains Servlet 2.2, so this is not an option. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]