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 2003/07/10 14:15:21 UTC

DO NOT REPLY [Bug 21465] New: - Enhancement of the html:link tag

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

Enhancement of the html:link tag

           Summary: Enhancement of the html:link tag
           Product: Struts
           Version: 1.1 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: struts@codeweasels.net


An easy way to add more than one request parameter would be to introduce an 
inner tag for the html:link tag. This tag could be called html:param.

Example:
<html:link href="myPage.do">
    <html:param name="first" beanName="myBean" beanProperty="myProperty"/>
    <html:param name="second" beanName="myString"/>
    ....
</html:link>

This would result in:
<a href="myPage.do?first=param1&second=param2">

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


Enhancement of the html:link tag (Bug 21465)

Posted by Christopher Bare <ch...@yahoo.com>.
I have an implementation of this feature
(ParameterTag) that I'd like to share, if there is any
interest.

Thanks,

-Chris


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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