I am currently running SmartGwt Pro latest 3.1 patch.
I am using DMI DataSources with foreignKey definitions and IncludeFrom field.
When the foreignKey value is null, the applyRelatedDSRequest() method fails with
I would have preferred if the includeFrom-processing could be skipped for the particular records with foreign key null values.
Is this possible?
Regards Hans Petter Simonsen - Evry Norway
I am using DMI DataSources with foreignKey definitions and IncludeFrom field.
When the foreignKey value is null, the applyRelatedDSRequest() method fails with
Code:
dsRequest.execute() failed: java.lang.NullPointerException at com.isomorphic.datasource.DSRequest.applyRelatedDSRequest(DSRequest.java:4227) at com.isomorphic.datasource.DSRequest.fetchRelatedValues(DSRequest.java:4134) at com.isomorphic.datasource.DSRequest.execute(DSRequest.java:2043) at com.isomorphic.servlet.IDACall.handleDSRequest(IDACall.java:216)
Is this possible?
Regards Hans Petter Simonsen - Evry Norway
Comment