Re: client side js and checkboxes

2013-04-12 Thread George Christman
You would need to write your own JS for this as Tapestry has no default ajax support for the checkbox component. Have you checked out the Tapestry mixins as an option for handling this? On Sun, Apr 7, 2013 at 8:51 AM, John wrote: > I have a page with 3 checkboxes, for one of them when it is unche

client side js and checkboxes

2013-04-07 Thread John
I have a page with 3 checkboxes, for one of them when it is unchecked the other 2 need to become unchecked as well automatically. Is there a way to do this using any tapestry technique and if I need to injuect my own javascript, what is teh best way to do this and be tapestry compliant? thanks,