33 PM, Inge Solvoll wrote:
> 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
> ty
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 coercion