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/07/23 21:32:47 UTC

DO NOT REPLY [Bug 30300] New: - linkName in html:link tag causes href, etc. to be ignored

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

linkName in html:link tag causes href, etc. to be ignored

           Summary: linkName in html:link tag causes href, etc. to be
                    ignored
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: dev@struts.apache.org
        ReportedBy: brian.bonner@paraware.com


if you include a linkName attribute in a <html:link> tag such as:

<html:link linkName="test" href="/url">testlink</html:link>

the resulting html is:

<a name="test">testlink</a>

instead of:

<a name="test" href="/url">testlink</a>

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