When using the OptionDataSource "the entire set of records from the optionDataSource" is fetched "without paging" (java docs).
I wonder whether it is possible to pass criteria (e.g. indicating the calling datasource instance's primary key) to the corresponding fetch on the OptionDataSource as it does not seem to be done automatically. This would be a major improvement of the OptionDataSource feature imo.
What do you think?
I wonder whether it is possible to pass criteria (e.g. indicating the calling datasource instance's primary key) to the corresponding fetch on the OptionDataSource as it does not seem to be done automatically. This would be a major improvement of the OptionDataSource feature imo.
What do you think?
Comment