javaframeworksopenxava

How to create a checkbox in OpenXava?


I'm evaluation OpenXava. Is it possible to create a check box using OpenXava? How could I do it?

Thanks,


Solution

  • You can edit the .jsp and add what you need.

    For a checkbox you can add this to your .jsp

    <input type="checkbox" name="name" value="val" />