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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]