Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

[SmartGWT] RestDataSource & Dynamic columns

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I've done a RestDataSource, however I'd like before fetching to see the content of XML Data sent by this DS in order to extract some metadata informations (name of columns etc ....).



Do you know where I can see the content of the XML sent ? I've tried to access it inside transformResponse, but I'm a little lost on which object to use to see the XML content. Do you know it if it is possible ?

I manage to do :


In order to extract data from the data stuffs, however If I do that in order to dynamically add field to my component I've got the following error



Regards,
Denis.
 
reply
    Bookmark Topic Watch Topic
  • New Topic