I have a strange issue with dropdown boxes in jsp/servlet. Here it is...
<% for(L
You need to quote the value.
The space is namely a HTML attribute separator. A browser with a bit decent syntax highlighter would already have hinted it when you have checked the generated HTML by rightclick page > View Source.
versus