Re: DateBox can't be used with ValueBoxEditorDecorator

2011-03-04 Thread JosephLi
opened an issue in the tracker, figured the GWT team can close it if they have other plans: http://code.google.com/p/google-web-toolkit/issues/detail?id=6107 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: DateBox can't be used with ValueBoxEditorDecorator

2011-03-04 Thread Colin Alworth
This isn't a bug, this is just how the class is defined - DateBox is not a ValueBox, so attempting to pass it into a function that expects a ValueBox will naturally fail. A few options you have: Try making a ValueBoxBase instance that wraps a DateBox - this may or may not be possible, but

Re: DateBox can't be used with ValueBoxEditorDecorator

2011-03-04 Thread JosephLi
Colin, Thanks for your reply. I understand from the source that the ValueBox and the DateBox are from two totally separate branches so it might not be possible to make the existing DateBox fits into the ValueboxEditorDecorator bunch. But as a user, if Google is pushing the uiBinder, the

DateBox can't be used with ValueBoxEditorDecorator

2011-03-03 Thread JosephLi
Trying to use DateBox with ValueBoxEditorDecorator in uiBinder thinking I could take advantage of the error reporting. But unfortunately they can't be used together and at runtime it gives the following error when I bring up the form: [ERROR] [sandbox] - Line 50: The method