Re: [PATCH] Allow boolean fields to be cleared correctly on form submit

2002-05-12 Thread Erik Hatcher
MAIL PROTECTED]> Sent: Sunday, May 12, 2002 1:34 AM Subject: [PATCH] Allow boolean fields to be cleared correctly on form submit > Humbly submitted for your approval: > > Wanting to be able to have checkboxes automatically be set correctly by > form submissions, I

[PATCH] Allow boolean fields to be cleared correctly on form submit

2002-05-11 Thread James Turner
Humbly submitted for your approval: Wanting to be able to have checkboxes automatically be set correctly by form submissions, I propose to add a method to ActionForm called getBooleanProperties, which will return an array of strings, which correspond to properties that are boolean in nature.