I am facing problem in struts 1 , I want to call one action class for different url. Like service1.doservice2.do service3.do
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
I have a JSP where I am showing date and description from database. Every entry has a unique id, but I am not showing on the page(showing checkbox)
<action name=\"userLogin\" class=\"com.cc.ad.web.common.UserLoginAction\"> <result name=\"error\">/user-login.jsp</result>
I have a struts2 action that builds a form and pre-populates the fields with data from an instance of my object.When I click submit on this form, I get taken to a second action, my formSubmit action.H
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
I have an issue.I need to run a query to get a data say test from a table t.The query currently runs in an action class.Its taking 20 seconds to run.Now my problem is not all times t is going to have
I am facing an issue in handling an object in session. I store a开发者_如何转开发n object in the session like this. Assume object is the name of the object. I do this in my action class: