I am working in struts2.
I have two fields in my action-validation.xml. I want if validation get fails at first field it will go to some jsp page (say a.jsp) and if validation get fails at second field then it will go to another jsp (say b.jsp).
As it always returns "input" when validation fails so currently I can target only one jsp page against it.