I'm using smartgwt-power-3.1-p20130728.
I used the following code that resulted into an exception:
I used the following code that resulted into an exception:
Code:
final String[] primaryKeyFieldNames = getDataSource().getPrimaryKeyFieldNames(); java.lang.ClassCastException: com.google.gwt.core.client.JavaScriptObject$ cannot be cast to [Ljava.lang.String; at com.smartgwt.client.data.DataSource.getPrimaryKeyFieldNames(DataSource.java)
Comment