Hi,
We are upgrading from v9.0p_2013-07-17/Pro Deployment to v9.0p_2013-09-02/Pro Deployment 2013-09-02 and are hitting a classcast exception after using the new version.
Not all members of the ValuesManager are forms, there are also ListGrids. The showErrors method should cope with this (we had similar issues in the past).
thanks for looking into this.
We are upgrading from v9.0p_2013-07-17/Pro Deployment to v9.0p_2013-09-02/Pro Deployment 2013-09-02 and are hitting a classcast exception after using the new version.
Code:
com.smartgwt.client.util.ConvertTo.arrayOfDynamicForm(ConvertTo.java:7643) com.smartgwt.client.widgets.form.ValuesManager.getMembers(ValuesManager.java:1101) com.smartgwt.client.widgets.form.ValuesManager.showErrors(ValuesManager.java:812)
thanks for looking into this.
Comment