-
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
: 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
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
, 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
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
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
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