I just installed the latest version of smartgwt 3.0 along with GWT 2.4.
I notice that the xml request structure has changed. It used to be
<request><data><tag name of the datasource>
It has changed to <request><data><object element tags>
The <tag name of the datasource> is not longer sent.
The property tagname of the datasource seems to be disabled.
Is this changed something planned or are we missing a new property name?
I notice that the xml request structure has changed. It used to be
<request><data><tag name of the datasource>
It has changed to <request><data><object element tags>
The <tag name of the datasource> is not longer sent.
The property tagname of the datasource seems to be disabled.
Is this changed something planned or are we missing a new property name?
Comment