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 2002/08/02 09:30:28 UTC

DO NOT REPLY [Bug 11402] New: - Add enhanced support for multiple parameters to the and related tags

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: struts-dev@jakarta.apache.org
        ReportedBy: maslovsky@mail.ru


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>