SmartClient Version: v9.1p_2014-05-07/PowerEdition Deployment (built 2014-05-07)
GWT 2.6.0
IE-11
I have a dynamic datasource and it seems to only work on the first time. In the DevConsole, tracking RPCRequests, I open my window which makes a DataSource.get() for the first time, I see the RPCRequest in the Dev Console go through fine.
I close the window, and reopen the window which makes the identical DataSource.get() on the exact same dynamic data source ID string. On this second call, no RPCRequest is made and the client DataSource.get() returns null.
GWT 2.6.0
IE-11
I have a dynamic datasource and it seems to only work on the first time. In the DevConsole, tracking RPCRequests, I open my window which makes a DataSource.get() for the first time, I see the RPCRequest in the Dev Console go through fine.
I close the window, and reopen the window which makes the identical DataSource.get() on the exact same dynamic data source ID string. On this second call, no RPCRequest is made and the client DataSource.get() returns null.
Comment