Please take a look at the CheckboxGroupDemo at
http://lombok.demon.co.uk/tapestry5Demo/
The techique in the demo source code (available on
CheckboxGroupDemo page) should work for
a group of multiple Checkbox components
rendered by a loop.
Shing
--- traceon <[EMAIL PROTECTED]> wrote:
>
>
hi together,
i wan't to create a form with multiple checkboxes. How does tapestry handles
multiple checked checkboxes passed from the form? From struts i knew that
the values are stored in an string array in the bean. how the java code
should look liken in tapestry?
e.g.
...
...
thx for yo