Pergunta

Currently all form validation in our applicaation is performed when the form is submitted.
Each CommandObject has multiple fields and therefore multiple constraints and checks.

We are looking to adjust the validation so that errors appear inline when the user tabs away from each field (onblur).

I'm relatively new to grails so would appreciate any suggestions on possible plugins or best practice ways to approach this?

Examples or links to good tutorials would be great.

Foi útil?

Solução

Not tested, but seems that the JQuery Validation UI plugin is what you are looking for.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top