It seems the type coercer is coercing null to Boolean.FALSE. I see
this as a bug so I've created https://issues.apache.org/jira/browse/TAPESTRY-1928
.
On 23/11/2007, at 10:07 PM, Geoff Callender wrote:
Hi,
I've struck a problem while trying to do a Select on a Boolean with
3-value logic
Hi,
I've struck a problem while trying to do a Select on a Boolean with 3-
value logic: I display "", "true", and "false".
The problem is that when the user chooses "", Tapestry sets the value
field to Boolean.FALSE instead of null.
Here's the template code:
encoder="booleanValueEncoder"