U must test for the correct password and if the password is wrong to thow an global exception
That exception u can use at struts-config.xml at
<!-- ================================= Global Exception Definitions -->
<global-exceptions> </global-exceptions>
to forward to a page.
The simplest is to use global-forward
but do I have to test for the correct password in all actions ? is it possible to put this test into controller ?
Best regards, H0nd4
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]