Is it possible to perform client-side Struts validation on a form represented with a jsp imported by another jsp ? If you have formA , jspA and formB jspB with jspA using a <c:import for jspB. One of the proterties of fomB has struts validation tag - how can I perform validation on this When submitting B.
Travers
