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

Add enhanced support for multiple parameters to the <html:link> and related tags

           Summary: Add enhanced support for multiple parameters to the
                    <html:link> and related tags
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I know that these tags allow to supply multiple parameters using a ban of Map
type, but this not always convinient. For exmaple I may have several parameters
stored in different beans and I have to write a sciplet code to put them all
into a Map before passing to the tag. 
I suggest to add suport for "nested" (the term here does not related to nested
taglib!) param tag, which allow you to pass any number of parameters from
different beans:

<html:link forward="whatever">
   <html:param paramName="param1" value="value1"/>
   <html:param paramName="param2" name="bean2"/>
   <html:param paramName="param3" name="bean3" property="propertyValue"/>
   ...
</html:link>

<html:param> should support the usual set of attributes, like name, property,
etc. for specifying param values.

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

Reply via email to