Re: Checklist disabled possible bug

2012-06-16 Thread iberck
Thank you lance, I'll try -- View this message in context: http://tapestry.1045711.n5.nabble.com/Checklist-disabled-possible-bug-tp5713681p5713947.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Checklist disabled possible bug

2012-06-15 Thread Lance Java
You can always write a mixin to tweak the DOM generated by any component. You could write a mixin to add disabled="true" to all the checkboxes and attach it to the checklist. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Checklist-disabled-possible-bug-tp57136

Re: Checklist disabled possible bug

2012-06-14 Thread iberck
the disabled parameter doesn't work -- View this message in context: http://tapestry.1045711.n5.nabble.com/Checklist-disabled-possible-bug-tp5713681p5713913.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: Checklist disabled possible bug

2012-06-14 Thread iberck
Any ideas how can I disable the checklist component ? Thanks in advance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Checklist-disabled-possible-bug-tp5713681p5713888.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Checklist disabled possible bug

2012-06-06 Thread iberck
I'm Sorry Thiago, the problem is in the client side, the checkbox control doesn't render disabled -- View this message in context: http://tapestry.1045711.n5.nabble.com/Checklist-disabled-possible-bug-tp5713681p5713691.html Sent from the Tapestry - User mailing list archive at

Re: Checklist disabled possible bug

2012-06-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jun 2012 20:37:18 -0300, iberck wrote: Hi tapestry members: Hi! I'm using T5.3: I'm trying the checklist component and I found that the disabled property in the client side doesn't work: It would be nice if you had said what doesn't work so we don't need to test your code t

Checklist disabled possible bug

2012-06-06 Thread iberck
e final StringValueEncoder stringEncoder = new StringValueEncoder(); public boolean isDisabled() { return true; } Regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/Checklist-disabled-possible-bug-tp5713681.html