Re: GWT Subeditor not working

2012-12-05 Thread Thomas Broyer
Looks like you forgot to initialize() your EditorDriver On Wednesday, December 5, 2012 1:28:35 PM UTC+1, Naresh wrote: > > Hello everyone, > > I am trying to implement an *edit dialog* for a grid using UI binder, > request factory and GWT editor. I am able to fetch records in grid and when > use

GWT Subeditor not working

2012-12-05 Thread Naresh
Hello everyone, I am trying to implement an *edit dialog* for a grid using UI binder, request factory and GWT editor. I am able to fetch records in grid and when user clicks on particular row trying to open the dialogue populated with appropriate values using GWT Editor. My POJO/Proxy class has