SmartGWT 2.2
I split the DynamicForms between tabs and use valuesManager.validate() for validation form's values on the tabs. But if an error occurs on the formItem placed on a tab that is not visible at the moment it looks like there is no errors at all. I can see the error message only by clicking all the tabs one by one.
Could anybody give me an advice how to switch to the first tab with errors automatically or indicate somehow that the errors are on some tab that is not visible?
Thank you,
AndrewG.
I split the DynamicForms between tabs and use valuesManager.validate() for validation form's values on the tabs. But if an error occurs on the formItem placed on a tab that is not visible at the moment it looks like there is no errors at all. I can see the error message only by clicking all the tabs one by one.
Could anybody give me an advice how to switch to the first tab with errors automatically or indicate somehow that the errors are on some tab that is not visible?
Thank you,
AndrewG.
Comment