DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32014>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32014 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-18 19:47 ------- I think I've tracked down this problem. Neither JSF or myfaces will work when wrapping the request as the MyFaces people propose. This is because ultimately, this is done: - externalContext.getRequestDispatcher(requestURI) (where requestURI is the jsp) - requestDispatcher.forward(servletRequest, servletResponse); But, the servletPath is still set in the request, so the dispatcher will try to forward there. This sounded like a Tomcat issue to me, so I opened a bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=33640 They don't agree with me, but I think this statement from the servlet spec shows that it's a bug: Also, SRV.14.2.5 states: RequestDispatcher.forward(ServletRequest, ServletResponse) "For a RequestDispatcher obtained via getRequestDispatcher(), the ServletRequest object has its path elements and parameters adjusted to match the path of the target resource." If anyone with more clought agrees with me, please post to that bug. Otherwise, maybe something can be worked out with MyFaces so this can be worked around. Until then, I think struts-faces will be incompatible with MyFaces. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]