Using SmargGwt 2.5p
I've been looking for more information about how data in the DSRequest gets transfered to a newly created bean in the executeAdd() of a custom DataSource.
I looked at the simple_custom_ds example but that doesn't create a bean, it just uses the Map of values from the DSRequest.
Since the DataSource already knows how to extract values from a bean (via the ds.xml file) I'd assume that there's also code in it somewhere to do the opposite, but I haven't been able to find it.
I've been looking for more information about how data in the DSRequest gets transfered to a newly created bean in the executeAdd() of a custom DataSource.
I looked at the simple_custom_ds example but that doesn't create a bean, it just uses the Map of values from the DSRequest.
Since the DataSource already knows how to extract values from a bean (via the ds.xml file) I'd assume that there's also code in it somewhere to do the opposite, but I haven't been able to find it.
Comment