You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2004/06/17 23:26:31 UTC

DO NOT REPLY [Bug 29652] New: - [Enh] add option to always use default selection in input:select

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29652>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29652

[Enh] add option to always use default selection in input:select

           Summary: [Enh] add option to always use default selection in
                    input:select
           Product: Taglibs
           Version: nightly
          Platform: All
        OS/Version: MacOS X
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Input Taglib
        AssignedTo: taglibs-dev@jakarta.apache.org
        ReportedBy: rhett@detailedbalance.net


Somtimes it is useful to set the selected values for a SELECT tag from values
other than the request parameters.  Such a selection can be generated and passed
to the input:select tag through the default attribute, but can be trumped if the
wrong combo of request parameters are present.

The following patch adds a boolean ignoreRequest attribute to input:select to
force it to use the default value(s).

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