Hello all,
I have this issue of conversion from smart client to web client, one of the issues like:
for example:
form.formName.foundset.loadRecords(ds); // using dataset
it works smoothly in smart client, but in web client: it gives me the error like:
Can’t setup form: formName
java.lang.ClassCastException
Any ideas of what maybe the problem somewhere?
Thank you!