I don't think a custom interceptor is required. You could probably get
this done through hidden parameters or by storing attempts in the
session or something. Do you have this req for one action or all
actions in the app?

On 6/20/09, Peter Bliznak <bliz...@rogers.com> wrote:
> Hi,
> I have following requirement:
> If validation of the page fails 3 times in row - invalidate session and
> redirect to index page.
> Should I replace default validation interceptor in default stack with my own
> to achieve what I am after?
> I there any other way?
> Any hint would be greatly appreciated
>
> Peter.
>


-- 
Wes Wannemacher
Author - Struts 2 In Practice
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to