I think you need to hide the checkboxes with pure CSS.
Don't use "display: none" because the browser won't send their values to
the server again.
You can use hacks like negative position coordinates to "move" the HTML in
the non-visible area.
Something like: position: absolute; top: -10000px;left: -10000;


On Mon, Sep 16, 2013 at 4:42 PM, ashindler <[email protected]> wrote:

> Thanks for the reply.
>
> Can you suggest a workaround for it?
>
> If I set the arraylist that the checkgroup manages (when the enclosure is
> invisible) when the AjaxCheckBox is selected, this is obviously refreshed
> and cleared when the form is submitted because as you say the checks are
> not
> in the markup...
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Check-inside-enclosure-not-submitted-when-visible-false-tp4661334p4661338.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to