I am creating a wizard-like interface consisting of 3 jsp pages and 3 Struts actions using Struts 1.3. The flow is like below:
I am having problem with session management in struts2. I am setting an attribute in the session in an interceptor which is the default interceptor for my entire application. In my action I am impleme
<action name=\"userLogin\" class=\"com.cc.ad.web.common.UserLoginAction\"> <result name=\"error\">/user-login.jsp</result>
my s开发者_StackOverflow社区ituation is the following: I have a project with JSP, Struts and a lot of actions. Lets say that I have these 3 main groups {contacts.do, calendar.do and notes.do} with lo