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 2001/10/11 11:19:50 UTC

DO NOT REPLY [Bug 4095] New: - html:select should take default value from the property.

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

html:select should take default value from the property.

           Summary: html:select should take default value from the property.
           Product: Struts
           Version: 1.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: faith@runtime-collective.com


If the 'value' attribute of a select tag is not set, but the 'property' is, then
the 'value' should default to the current value of the property. In other words
the default option should be the current value of the associated property,
unless an alternate value is specified.