Announcement

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

    com.smartgwt.client.data.DataSource.setServerConst ructor() missing?

    I just updated to the latest nightly build for smartgwtpro-2.3 (build from 9/10/2010), and found that the method

    Code:
    com.smartgwt.client.data.DataSource.setServerConstructor(String serverConstructor)  throws IllegalStateException
    is missing. We have a custom server-side datasource that we are using. Has the mechanism for this changed? I looked through the source from the 9/10 build for DataSource and I don't see any obvious replacement.

    Thanks,
    Chris

    #2
    That method should not have existed, since you can't meaningful set the serverConstructor client-side (it would have no effect). You set it in the .ds.xml file, so it appears in the docs here.

    Comment


      #3
      Makes sense. Thanks.

      Comment

      Working...
      X