it works now 
i made just this change in struts.xml
first i wrote

<global-results>
<result name="login" type="redirect-action">Login_input</result>
</global-results>

now it works fine when i  write

<global-results>
      <result name="login" type="chain">
          Login_input
          ${postLoginURL}
        </result>
    </global-results> 

something i could understand is because of result type chain inspite of
redirect action
is is  true?
-- 
View this message in context: 
http://www.nabble.com/about-current-action-name-acsess-tp15736383p15798429.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to