Bug 6800 - <input:select> doesn't take an array or a Map for the default value
Summary: <input:select> doesn't take an array or a Map for the default value
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Input Taglib (show other bugs)
Version: 1.0
Hardware: PC All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-01 19:52 UTC by TranK
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TranK 2002-03-01 19:52:39 UTC
<input:select> default only take in a String value.  Need to take a String 
array value or a Map
Comment 1 Karl von Randow 2003-03-29 22:32:54 UTC
<input:select> has attribute "defaults" that takes a String array.
Comment 2 Karl von Randow 2003-03-29 23:04:42 UTC
Also committed 30 March 2003 support for defaults containing Maps or 
Collections. If using a Map the default values are taken from the keys in the 
map.