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

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to