null value in Boolean

2012-05-24 Thread Lodorvonhal
that Boolean surgery is null, if nothing clicked? Thanks for reading Patrick -- View this message in context: http://tapestry.1045711.n5.nabble.com/null-value-in-Boolean-tp5713346.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: null value in Boolean

2012-05-24 Thread Lodorvonhal
Thanks for your answer, i just found jira issue for that problem. https://issues.apache.org/jira/browse/TAPESTRY-1928 (and that you can't override the built-in coercion) So i try it with enums... -- View this message in context: http://tapestry.1045711.n5.nabble.com/null-value-in-Boolean

Re: null value in Boolean

2012-05-23 Thread Lance Java
of Boolean. -- View this message in context: http://tapestry.1045711.n5.nabble.com/null-value-in-Boolean-tp5713346p5713348.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: null value in Boolean

2012-05-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 May 2012 10:30:31 -0300, Lance Java lance.j...@googlemail.com wrote: If you want 3 states, (true, false and null) you will be best to have your property of type String instead of Boolean. Better yet, create an enum class for it. -- Thiago H. de Paula Figueiredo Independent