Using SGWT mobile 1.0.
The NPE is due to com.smartgwt.mobile.client.data.DSResponse.getEndRow() that does not expect "endRow" attribute to be missing when casting it to Integer.
The NPE is due to com.smartgwt.mobile.client.data.DSResponse.getEndRow() that does not expect "endRow" attribute to be missing when casting it to Integer.
Code:
java.lang.NullPointerException: null at com.smartgwt.mobile.client.data.ResultSet$1.execute(ResultSet.java:158) at com.smartgwt.mobile.client.data.DataSource$1.onResponseReceived(DataSource.java:1120) at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287) at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:395)
Comment