I have a running example as described by Josh below.
http://lombok.demon.co.uk/tapestry5Demo/test/components/checkboxgroupdemo
Shing
--- On Sat, 23/1/10, Josh Canfield wrote:
> From: Josh Canfield
> Subject: Re: Dynamicly Created Checkboxes
> To: "Tapestry users"
&
> I am trying to get the submit results of a dynamic set of checkboxes
> and I'm stumped.
I'm not sure what you expect the value to be? Also, I don't see
t:context in the checkbox documentation, does that do something?
You are having trouble because you have a list of values going out,
but only a
Am 22.01.2010 02:40, schrieb Hilco Wijbenga:
If I simply add "onSuccess()" I only get the result for "Mno". Adding
one or more parameters (for item and checkbox) doesn't seem to work.
That sounds very familiar. Please have a look at this bug report:
https://issues.apache.org/jira/browse/TAP5-
I think you should write own component to support that.
${item}
processSubmit:
request.getParameters("xxx");
2010/1/22 Hilco Wijbenga
> Hi all,
>
> I am trying to get the submit results of a dynamic set of checkboxes
> and I'm stumped.
>
> http://tapestry.apache.org/schema/tape