This is my current application environment :
1) Java 1.6, Smart GWT 2.2, GWT 2.0.3
2) All data sources are JSON RestDataSources.
We tried to upgrade above to SmartGwt 2.4 and GWT 2.2. I downloaded the SmartGwt 2.4 last release and updated the smartgwt.jar, msartgwt-skins.jar, gwt-servlet.jar libraries.
But We found a major issue in single DateItem fields in Dynamic/Search forms, started to appear as double Date range fields. This is really strange as we set them as DateItem fields.
We tried the nightly builds starting from of April 05, 2011. Now the above issue seemed to be fixed. But it is very strange as sort of new issue has arisen.
Now ComboBoxeItems in search forms are not sending the selected value to server side with latest smartgwt versions.
These are traces from Developer Console.
RPCRequest tab
===========
{
"actionURL":"tenderSupport!fetchCarrierTenderList.action",
"showPrompt":false,
"prompt":"Finding Records that match your criteria...",
"transport":"xmlHttpRequest",
"useSimpleHttp":true,
"promptStyle":"dialog",
"params":{
"_operationType":"fetch",
"_operationId":"",
"_startRow":0,
"_endRow":75,
"_sortBy":"-orderId"
},
"httpMethod":"GET",
"sendNoQueue":true,
"bypassCache":true,
"callback":{
"target":[RestDataSource ID:isc_CarrierTenderingDS_0]
},
"willHandleError":true,
"serverOutputAsString":true,
"clientContext":{
"requestIndex":3,
"$69t":null
},
"data":null
}
DSRequest Tab
==========
{
"dataSource":"isc_CarrierTenderingDS_0",
"operationType":"fetch",
"componentId":"isc_CarrierTenderingViewPanel_1_0",
"data":{
},
"startRow":0,
"endRow":75,
"sortBy":[
"-orderId"
],
"textMatchStyle":"exact",
"resultSet":[ResultSet ID:isc_ResultSet_0 (created by: isc_CarrierTenderingViewPanel_1_0)],
"callback":{
"caller":[ResultSet ID:isc_ResultSet_0 (created by: isc_CarrierTenderingViewPanel_1_0)],
"methodName":"fetchRemoteDataReply"
},
"willHandleError":true,
"showPrompt":false,
"prompt":"Finding Records that match your criteria...",
"clientContext":{
"requestIndex":3
},
"requestId":"isc_CarrierTenderingDS_0$6276"
}
1) Java 1.6, Smart GWT 2.2, GWT 2.0.3
2) All data sources are JSON RestDataSources.
We tried to upgrade above to SmartGwt 2.4 and GWT 2.2. I downloaded the SmartGwt 2.4 last release and updated the smartgwt.jar, msartgwt-skins.jar, gwt-servlet.jar libraries.
But We found a major issue in single DateItem fields in Dynamic/Search forms, started to appear as double Date range fields. This is really strange as we set them as DateItem fields.
We tried the nightly builds starting from of April 05, 2011. Now the above issue seemed to be fixed. But it is very strange as sort of new issue has arisen.
Now ComboBoxeItems in search forms are not sending the selected value to server side with latest smartgwt versions.
These are traces from Developer Console.
RPCRequest tab
===========
{
"actionURL":"tenderSupport!fetchCarrierTenderList.action",
"showPrompt":false,
"prompt":"Finding Records that match your criteria...",
"transport":"xmlHttpRequest",
"useSimpleHttp":true,
"promptStyle":"dialog",
"params":{
"_operationType":"fetch",
"_operationId":"",
"_startRow":0,
"_endRow":75,
"_sortBy":"-orderId"
},
"httpMethod":"GET",
"sendNoQueue":true,
"bypassCache":true,
"callback":{
"target":[RestDataSource ID:isc_CarrierTenderingDS_0]
},
"willHandleError":true,
"serverOutputAsString":true,
"clientContext":{
"requestIndex":3,
"$69t":null
},
"data":null
}
DSRequest Tab
==========
{
"dataSource":"isc_CarrierTenderingDS_0",
"operationType":"fetch",
"componentId":"isc_CarrierTenderingViewPanel_1_0",
"data":{
},
"startRow":0,
"endRow":75,
"sortBy":[
"-orderId"
],
"textMatchStyle":"exact",
"resultSet":[ResultSet ID:isc_ResultSet_0 (created by: isc_CarrierTenderingViewPanel_1_0)],
"callback":{
"caller":[ResultSet ID:isc_ResultSet_0 (created by: isc_CarrierTenderingViewPanel_1_0)],
"methodName":"fetchRemoteDataReply"
},
"willHandleError":true,
"showPrompt":false,
"prompt":"Finding Records that match your criteria...",
"clientContext":{
"requestIndex":3
},
"requestId":"isc_CarrierTenderingDS_0$6276"
}
Comment