CheckBox « Roo « Spring Q&A





1. Spring MVC checkbox tag bound to collection expects object but validation expects object.id    stackoverflow.com

In my Spring MVC project I have an update page for Class1 that must display a list of form:checkbox tags that is bound to a collection of entities on Class1. Class1.java:

class ...

2. Spring checkbox JSP Tag is broken when using Converter for type Boolean    stackoverflow.com

I've set up a CRUD web application with Spring Roo and Spring MVC. My problem is: since I'm using a converter for localizing the displaying of boolean values the Spring JSP ...

3. How to add Checkbox in .jspx page in spring roo?    forum.springsource.org

Well, it depends if you are using the scaffolding or not. I am assuming you want to set up checkboxes, not radiobuttons. There is currently no radiobutton tag, although you could ...

4. Spring Roo 1.1.0.RC1 checkbox.tagx    forum.springsource.org

Spring Roo 1.1.0.RC1 checkbox.tagx Hi, I instaled last version of Spring Roo (1.1.0 RC1) and noticed a problem in the checkbox.tagx file. When declaring a checkbox element and specifying the label ...