RE: Table with checkbox

2005-09-30 Thread Muralidhar Y.
- From: Mind Bridge [mailto:[EMAIL PROTECTED] Sent: 29 September 2005 10:15 To: Tapestry users Subject: Re: Table with checkbox Please see the LocaleList component in the Workbench (the Table tab in the example application bundled with the Tapestry distributions). It does exactly, and if you look

Re: Table with checkbox

2005-09-28 Thread Mind Bridge
: Tapestry users Subject: RE: Table with checkbox This is from a sample application I teach from. The basic premise is to allow the user to do something with a set of selected Locales. Why Locales, because when teaching the fewer dependencies the better. This works by maintaining a set of locales. It

RE: Table with checkbox

2005-09-28 Thread Hensley, Richard
An easy way is persistent properties, but that brings along the headache of clearing the set at the appropriate time. -Original Message- From: Ashish Raniwala [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 5:37 PM To: 'Tapestry users' Subject: RE: Table with ch

RE: Table with checkbox

2005-09-28 Thread Ashish Raniwala
, September 28, 2005 4:58 PM To: Tapestry users Subject: RE: Table with checkbox This is from a sample application I teach from. The basic premise is to allow the user to do something with a set of selected Locales. Why Locales, because when teaching the fewer dependencies the better. This works by

RE: Table with checkbox

2005-09-28 Thread Ashish Raniwala
Thanks, this will work for me. -Original Message- From: Hensley, Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 4:58 PM To: Tapestry users Subject: RE: Table with checkbox This is from a sample application I teach from. The basic premise is to allow the user to do

RE: Table with checkbox

2005-09-28 Thread Hensley, Richard
By the way, I can't take credit for this technique. I stole if from Howard during our early days of learning Tapestry. -Original Message- From: Hensley, Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 28, 2005 4:58 PM To: Tapestry users Subject: RE: Table with che

RE: Table with checkbox

2005-09-28 Thread Hensley, Richard
This is from a sample application I teach from. The basic premise is to allow the user to do something with a set of selected Locales. Why Locales, because when teaching the fewer dependencies the better. This works by maintaining a set of locales. It uses the getter during the render cycle to set