I'd like to see support for having multiple defaults selected in the Select Tag, similar to the Checkbox tag. Additionaly, this should support xslt formating. The html output should look something like this. <select name="test" multiple> <option value="1">one</option> <option value="2" selected="true">two</option> <option value="3">three</option> <option value="4" selected="true">four</option> </select> we'll need to use selected="true", as xslt does not support selected="selected" I'd be happy to help code a solution for this patch. Curt
Created attachment 3000 [details] taglib.tld patch file
Created attachment 3001 [details] input.tld patch file
Created attachment 3002 [details] Select.java patch file
here are the patches to support the multiple selections
Hi Curt, I have a big set of patches that I hope to apply to the input taglib shortly that will add this functionality. Will keep you posted. Kind regards, Karl karl@xk72.com
This bug has been fixed and committed today.