postLoginURL is coming from form post of login form(login.jsp).

LoginAction.java
        private String postLoginURL;
        //getter/setter

-----Original Message-----
From: hns [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 29, 2008 2:09 PM
To: user@struts.apache.org
Subject: RE: about current action name acsess


Nice guidance!
i want to ask just one thing how do i get  

if(postLoginURL != null && !postLoginURL.isEmpty())
          return "redirect"; 

it means i have to set 
if(ActionContext.getContext().get("postLoginURL") != null &&
ActionContext.getContext().get("postLoginURL").isEmpty())

or another thing
 i am not experienced programmer in struts please help me!
-- 
View this message in context:
http://www.nabble.com/about-current-action-name-acsess-tp15736383p15754224.h
tml
Sent from the Struts - User mailing list archive at Nabble.com.


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


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

Reply via email to