[jQuery] [validate] integration with spring web flow 2.0

2008-06-19 Thread joshjdevl
Is anyone using web flow 2.0 with the jquery validation plugin? It seems that some extra work needs to be done in order to properly integrate it For example, I had to override the errorPlacement and add "$(element).prev(".error").replaceWith("");;" because the old error messages would not be re

[jQuery] [validate] integration with spring web flow 2.0

2008-06-19 Thread Josh Joy
Is anyone using web flow 2.0 with the jquery validation plugin? It seems that some extra work needs to be done in order to properly integrate it For example, I had to override the errorPlacement and add "$(element).prev(".error").replaceWith("");;" because the old error messages would not be remov