Am using page attribute in validation.xml to validate some of the fields in my 3rd jsp.Its working fine for me.But when the validation got failed in my 3rd jsp am getting the error message in my first jsp (because in the "input" attribute in struts-config.xml points to my first jsp). My doubt is when the validation fails in any page i should get my corresponding error messages in that page.How to aviod going to my input page.