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=33547>.
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=33547





------- Additional Comments From [EMAIL PROTECTED]  2005-02-18 14:36 -------
apparently, it is an ongoing debate whether this is a firefox bug or a MSIE bug:
http://www.uwyn.com/blog/archives/000097.html
Would be interesting to know whether this "refresh" instead of redirect 
workaround
i) could also be done just from inside struts-config.xml
ii) would also work for firefox


Regarding more explantions: how about amending the struts-config_1_2.dtd section
about the redirect
<<RequestDispatcher.forward is called instead.
  [false]>> with
<<Setting redirect to true will result in the user seeing the true URL of the
landing jsp page in the browser address bar and not just the URL of the action
called. If you want not just to land at the top of the page, at least for some
browsers, it would also work if you set this to true.>>

Also, it is interesting that
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/servletapi/javax/servlet/RequestDispatcher.html
does not know the mentioned "RequestDispatcher.Redirect" method. Might this have
been confused with javax.servlet.http.HttpServletResponse.sendRedirect(String
arg0) ?

-- 
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]

Reply via email to