Tag: controller-code


  1. Play!> framework : binding checkbox to POJO

    I’ve been quite a long time to find the good way to bind checkboxes in my views to boolean properties of my POJO. The only way I was able to handle the checkboxes was to pass explicitly the field to the save method of the controller and explicitly…

    boolean field, controller code, data binding, play framework