I have a problem on logging out in
struts
when I click exit link on mailbox.jsp from any
jsp, it forward me to index.jsp but does not pass
into the LoginAction, I am sure because when I debug I found that debugging does not enter the action class at all
and the session is not closed
I tried to remove the input attribute in struts-config.xml
but this returned error--> that I should add the input attribute
so is there is a solution for this problem , I think the problem is in the input Attribute
when I click "LoginAction.do?signout=1" , this goes first to the input page without entering the action