Hidden input part of CheckboxTag rendered output should be really styled with "display:none;". I was run into some issues with display because of CSS inheritance, where hidden input tag inherits some border style and this is visible in browser (at least in Firefox). When I changed CheckboxTag source in line 118, simply by adding
tagWriter.writeAttribute("style", "display:none;");
display was performing as expected. I'm using Spring v2.0.5.
Regards,
Damir Murat


Reply With Quote
