I have an Async Table on a CAF screen and when I add a selection Check Box, I receive a java script error from generl.js, the Software AG/webMethods js.
The error, Object does not support the property or method is thrown. Has anyone seen this before, and if so, how did you resolve this issue?
I have been trying to debug this for quite some time, and I am getting no where so far.
After you mentioned properties and having looked at the properties on the view side, I looked at the CAF code and found a rowbinding setting that was not used in other lists that we have done with check boxes. That was the issue. I commented out the rowbinding, and voila, problem solved.