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

<html:rewrite> states presence "action" attribute, but misses it in implementation

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2004-04-12 14:48 -------
In my struts-1.1-src.zip download the Rewrite tag does not reference the 
inherited action attribute:

                        url =
                                RequestUtils.computeURL(
                                        pageContext,
                                        forward,
                                        href,
                                        page,
                                        null,
                                        params,
                                        anchor,
                                        false,
                                        this.isXhtml());

It hard codes null for the action in the call to computeURL.  So, it appears 
you cannot use the action attribute with the rewrite tag with 1.1.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to