I'm evaluation OpenXava. Is it possible to create a check box using OpenXava? How could I do it?
Thanks,
You can edit the .jsp and add what you need.
.jsp
For a checkbox you can add this to your .jsp
<input type="checkbox" name="name" value="val" />