SmartGWT 4.1 / Firefox 27
I have a custom server validator which correctly displays the error icon and message on myi form item. But when I call getErrors on the DynamicForm or ValuesManager, it returns an empty map.
I'm aware of asynchronous validation replies, but in this case, I've already made the selection and the error is already visible, yet getErrors does not pick it up.
Is there something special for custom server validators? Is there another way to get the current error(s)?
I have a custom server validator which correctly displays the error icon and message on myi form item. But when I call getErrors on the DynamicForm or ValuesManager, it returns an empty map.
I'm aware of asynchronous validation replies, but in this case, I've already made the selection and the error is already visible, yet getErrors does not pick it up.
Is there something special for custom server validators? Is there another way to get the current error(s)?