You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rick Mann <rm...@latencyzero.com> on 2003/05/10 22:46:33 UTC

Feature request: nested tags for adding parameters to link tag

I'm surprised it's not yet a feature, but would it be difficult to add this
functionality to the <html:link> tag: A way of adding multiple parameters in
this fashion:

<html:link action="SomeAction">
    <html:linkParam id="param1" name="someBean" property="someProperty"/>
    <html:linkParam id="param2" name="someBean" property="someProperty2"/>
    <html:linkParam id="param3" name="someBean2" property="someProperty3"/>
</html:link>


Similarly, the <nested:> version of the above would allow one to drop the
"name" attribute and just use "property".

I could probably figure out how to add this myself, and we sure could use it
in the next couple of days, but perhaps the engineer who works on these tags
most closely could at least give me some pointers one where to go looking to
add this code.

Thanks!

--
Rick


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