Re: Checkboxes within a loop in a form

2009-05-18 Thread Shing Hing Man
You might like to check out the example at http://lombok.demon.co.uk/tapestry5Demo/test/components/checkboxgroupdemo Shing --- On Tue, 19/5/09, mark99 wrote: > From: mark99 > Subject: Checkboxes within a loop in a form > To: users@tapestry.apache.org > Date: Tuesday, 19 May, 2009, 1:1

Re: Checkboxes within a loop in a form

2009-05-18 Thread Dave Greggory
I believe you will need a submit notifier component. http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/SubmitNotifier.html Wrap the submit notifier around and use the AfterSubmit event to capture its values. - Original Message From: mar