Re: How checkbox issue is solved in S2

2007-06-19 Thread Dave Newton
--- tom tom <[EMAIL PROTECTED]> wrote: > In S1.x as we got reset method is ActionForm we used > to reset the corresponding property in the > ActionForm, hence it correctly reflects what user did > when submitting. > > In the absense of the Action Forms, What is the best > practice to sort this out

How checkbox issue is solved in S2

2007-06-18 Thread tom tom
Hi, In S1.x as we got reset method is ActionForm we used to reset the corresponding property in the ActionForm, hence it correctly reflects what user did when submitting. In the absense of the Action Forms, What is the best practice to sort this out in S2. Thanks __