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

html:rewrite should include attribute for "action"

           Summary: html:rewrite should include attribute for "action"
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I find the missing "action" attribute in html:rewrite inconsistent.  An effort
was made to include an "action" attribute in html:link so that the mapping
information could be referenced in the struts-config.xml.  The html:rewrite, an
extention of the html:link tag overlooks this attribute even though its use can
be equally as important since the html:rewrite is simply the href rendering of
the html:link tag extracted for purposes when the html anchor tag is inappropriate.

After reviewing the code, this field already belongs to LinkTag which RewriteTag
extends so adding this would be 1 line change in RewriteTag (calling the updated
RequestUtils.computeURL() and add the attribute to the struts-html.tld....done.

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

Reply via email to