is it NOT possible to use both validation.xml and ActionErrors validate ( ) ??????
For eg: consider Login Form. 1) I used validation.xml to make sure that the username / password fields are not empty. 2) I used validate ( ) to validate the values entered in the form fields If I use either of them, output comes. If I use both of them, no expected output comes. That is the problem with my appln. Please help.