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=23343>. 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=23343 RewriteTag .tld is missing the "action" attribute ------- Additional Comments From [EMAIL PROTECTED] 2003-09-23 08:52 ------- Actually it's a little bit more complex: in RewriteTag.doStartTag() implementation we see: RequestUtils.computeURL( pageContext, forward, href, page, null, // -->> The "action" should be here params, anchor, false, this.isXhtml()); The "null" should be the "action" property. However according to the documentation of the html:rewrite tag the "action" attribute is supposed to be implemented, so either the documentation is wrong, and the "action" attribute should have never been supported at all, or the implementation is wrong and is not following the documentation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
