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 references to
other entities. In this case I am trying to use subeditor. However I struck
at a place where every time *driver.edit(proxy, requestContext());* throws
below exception.
Caused by: java.lang.NullPointerException: null
at
com.google.web.bindery.requestfactory.gwt.client.impl.AbstractRequestFactoryEditorDriver.edit(AbstractRequestFactoryEditorDriver.java:168)
Please let me know if I am missing anything.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/tByuB_7Fih4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.