Hi,
I am using SMartGWT version "v9.0p_2013-07-24/PowerEdition Deployment" .
I am facing one issue with List Grid Multiple Record Update. I am getting repeated response Error Message Parameters for Second multiple record Update.
Step to reproduce the Issue:
1. Update more than 1 record say 2 records. It should return 2 dsrespose with error message & error Message Param. As In my case say return Error Message Param should be "Param1" & "Param2". It is returning the expected Parameter "Param1" & "Param2".
2. Now again edit 2 record. Can edit same record which we have edited previously. Or Different Records. This time also it return 2 dsresponse, but with Repeated Error Message Param "Param1" & "Param1".
IT SHOULD BE "Param1" & "Param2" Might be for second edit it is returning same DSResponse.
After this If we keep editing the multiple records then response get added into current count with what ever the response we got before.
Please let me know the same.
Thanks,
DSingh
I am using SMartGWT version "v9.0p_2013-07-24/PowerEdition Deployment" .
I am facing one issue with List Grid Multiple Record Update. I am getting repeated response Error Message Parameters for Second multiple record Update.
Step to reproduce the Issue:
1. Update more than 1 record say 2 records. It should return 2 dsrespose with error message & error Message Param. As In my case say return Error Message Param should be "Param1" & "Param2". It is returning the expected Parameter "Param1" & "Param2".
2. Now again edit 2 record. Can edit same record which we have edited previously. Or Different Records. This time also it return 2 dsresponse, but with Repeated Error Message Param "Param1" & "Param1".
IT SHOULD BE "Param1" & "Param2" Might be for second edit it is returning same DSResponse.
After this If we keep editing the multiple records then response get added into current count with what ever the response we got before.
Please let me know the same.
Thanks,
DSingh
Comment