Re: Update checkbox within Form for changing value of a row

2014-10-19 Thread George Christman
There is a few ways to go about this, but I personally think the simplest way to handle this kind of thing is to add a transient value to your CurrentTicket object and set the value in your grid. Example @NonVisual @Transient private boolean delete; //getters and setters Then in the grid Whe

RE: Update checkbox within Form for changing value of a row

2014-10-19 Thread Name Surname
For better understanding what I want to achieve I have opened new Q. on StackOverflow. Thank you in advance on your efforts to enlighten me. :) http://stackoverflow.com/questions/26456425/updating-checked-property-with-a-value-from-select-button-in-tapestry > From: wintertime0...@outlook.com > T