Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Custom DataSource executeAdd

    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.

    #2
    See DataSource.setProperties().

    Comment


      #3
      Thanks, that did it!
      I knew it had to be there somewhere

      Comment

      Working...
      X