Re: 'translate' is bound to null

2009-11-18 Thread Inge Solvoll
! I'm trying to create a mixin that puts a jquery datepicker on a regular TextField. It's working on a property of type String, but I get an error saying that 'translate is bound to null' if I try to use it on a field of type java.util.Date. I have contributed type coercions between String and Date

'translate' is bound to null

2009-11-16 Thread Inge Solvoll
Hi! I'm trying to create a mixin that puts a jquery datepicker on a regular TextField. It's working on a property of type String, but I get an error saying that 'translate is bound to null' if I try to use it on a field of type java.util.Date. I have contributed type coercions between String