problem in interceptor executing before action in struts2

Posted by vivmal on Stack Overflow See other posts from Stack Overflow or by vivmal
Published on 2009-05-13T04:39:22Z Indexed on 2010/03/15 8:19 UTC
Read the original article Hit count: 253

Filed under:

Hi All,

I am working on struts2. I have an interceptor that executes before my action claas. Now when I submit on a jsp page control goes to interceptor and after some processing there the control goes to action class. This complete flow is running well. But I found two things –

1) Control does not go to action-validation.xml before going to action class.

2) Its not getting the values of textfield or etc that uses has entered into jsp page before submitting.

Can anyone tell me how to find solution for these two points.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about struts2