I have ds.xml-defined datasource backed by a Java bean that has a Boolean (note that it's upper-case) field named "passed". When I do a fetch, I get this error, "couldn't get value at XPath: no read method". I'm thinking that it's because the bean has a method called isPassed() but JXPath it's looking for getPassed. I have other datasources with lower-case boolean fields and they work fine. Is there any way around this if the Java bean methods can't be changed?
SmartGWT 2.5p on FF
SmartGWT 2.5p on FF
Comment