Re: ValueUpdater is always null on CellBrowser

2010-12-14 Thread Thomas Broyer
On Sunday, December 12, 2010 12:59:48 PM UTC+1, sevendays wrote: Why is valueUpdater always null? Should I be instantiating a ValueUpdater and passing it in from somewhere? Because it is always null, it doesn't call valueUpdater.update, therefore when a date is selected it doesn't update.

Re: ValueUpdater is always null on CellBrowser

2010-12-13 Thread sevendays
Does anyone have any idea why this would be? I'm currently blocked on this and running out of ideas and will have to completely change my approach if I can't get this resolved. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

ValueUpdater is always null on CellBrowser

2010-12-12 Thread sevendays
I have a CellBrowser that contains a bunch of AbstractEditableCell cells. This cell contains multiple input controls, of which one is a DatePicker. Here is how I pop up the DatePicker: protected void onEnterKeyDown(final Element parent, NodeDTO value, Object key, NativeEvent event,