You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/01/17 05:22:56 UTC

DO NOT REPLY [Bug 26192] - forward element redirect and className attributes not honored

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

forward element redirect and className attributes not honored

husted@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From husted@apache.org  2004-01-17 04:22 -------
The redirect doesn't occur when the ActionForward is access, but when it is
process by the controller, after it is returned by the Action class. The
ActionForward beans are not actors, but merely descriptors that the
RequestProcesor uses to execute the redirect later. The question is not what was
printed to standard error, but what page was displayed in the browser.

To the taglib exercise module of the new examples application, I added a test to
the html:link page that shows a <forward ... redirect="true" path="/" /> does
work as expected.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org