<input:select> default only take in a String value. Need to take a String array value or a Map
<input:select> has attribute "defaults" that takes a String array.
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.