Announcement

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

    DataSourceLoader URL too long

    I have a very long URL:
    sc/DataSourceLoader?dataSource=myDs1, .....

    I remember I read it is possible to cut the URL in parts so not to send everything in one request. But I cannot find the documentation on this. How to solve this?

    Using Smartgwt 6.1p power.

    #2
    Simply use two calls to DataSource.load(), or, if using an html script tag, break it into two script tags.

    Comment


      #3
      Hi edulid,

      the documentation you are looking for this is last point here in the FAQ.

      Best regards
      Blama

      Comment

      Working...
      X