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

2014-10-19 Thread George Christman
; > > From: wintertime0...@outlook.com > > To: users@tapestry.apache.org > > Subject: Update checkbox within Form for changing value of a row > > Date: Sat, 18 Oct 2014 21:32:15 +0100 > > > > I have a code like this: > > > > /** > > * > > * @author

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

2014-10-19 Thread Name Surname
com > To: users@tapestry.apache.org > Subject: Update checkbox within Form for changing value of a row > Date: Sat, 18 Oct 2014 21:32:15 +0100 > > I have a code like this: > > /** > * > * @author > */ > public class POS { > > @Inject > private

Update checkbox within Form for changing value of a row

2014-10-18 Thread Name Surname
I have a code like this: /** * * @author */ public class POS { @Inject private Request request; @Inject private BiznisLogika tiketDao; @Inject private Session session; @InjectComponent private Zone result; @SessionState @Property private SearchCriter