Hi,
We are facing a weird issue while we are performing SAVE operation in GRID mode (Error icons are not being displayed in the corresponding GRID though the the validation errors are thrown)
Everything is working fine if we are adding a new record in GRID
i.e all error icons are showing up properly if there are any errors
Once we add a record in GRID mode and then try to edit and save the record, the following issues happened
- If any server side validations are failing (i.e validations which trigger with validatorType: 'serverCustom') those errors are not getting displayed in the GRID mode
We are able to see in the console the validation errors that were thrown by 'serverCustom' validations but error icons are not being displayed in the GRID. Also the GRID record is showing old values
Also we are facing this issue only with
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (9.1p_2014-10-26/PowerEdition Deployment 2014-10-26)
It is working fine with previous versions of SmartClient
- If there are any inbuilt validations with validatorType like 'requiredIf' , those errors are properly caught are being displayed in the GRID
PFA 3 files which replicates the issue during update operation of a record in GRID mode
- helloWorld.jsp (contains a list grid with id 'lookupData')
- VCOC_LOOKUP_TABLE_test.ds.xml
(the datasource corresponding to the above grid 'lookupData')
- TestLookupMainValidatorDMI.java
(which validates the field COC_FIELD_DESCRIPTION during update operation and throws an error message if we enter some restricted data)
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (9.1p_2014-10-26/PowerEdition Deployment 2014-10-26)
Browser: IE9
Please help us solve this issue..
Thanks,
We are facing a weird issue while we are performing SAVE operation in GRID mode (Error icons are not being displayed in the corresponding GRID though the the validation errors are thrown)
Everything is working fine if we are adding a new record in GRID
i.e all error icons are showing up properly if there are any errors
Once we add a record in GRID mode and then try to edit and save the record, the following issues happened
- If any server side validations are failing (i.e validations which trigger with validatorType: 'serverCustom') those errors are not getting displayed in the GRID mode
We are able to see in the console the validation errors that were thrown by 'serverCustom' validations but error icons are not being displayed in the GRID. Also the GRID record is showing old values
Also we are facing this issue only with
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (9.1p_2014-10-26/PowerEdition Deployment 2014-10-26)
It is working fine with previous versions of SmartClient
- If there are any inbuilt validations with validatorType like 'requiredIf' , those errors are properly caught are being displayed in the GRID
PFA 3 files which replicates the issue during update operation of a record in GRID mode
- helloWorld.jsp (contains a list grid with id 'lookupData')
- VCOC_LOOKUP_TABLE_test.ds.xml
(the datasource corresponding to the above grid 'lookupData')
- TestLookupMainValidatorDMI.java
(which validates the field COC_FIELD_DESCRIPTION during update operation and throws an error message if we enter some restricted data)
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (9.1p_2014-10-26/PowerEdition Deployment 2014-10-26)
Browser: IE9
Please help us solve this issue..
Thanks,