struts-action
Mapping an action in the struts framework
I am facing problem in struts 1 , I want to call one action class for different url. Like service1.doservice2.do service3.do[详细]
2023-03-18 02:28 分类:问答Struts session form bean doesn't retain state
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:[详细]
2023-01-29 07:17 分类:问答Session management in interceptors and action of struts 2 application
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[详细]
2023-01-13 12:40 分类:问答Error in my struts Action class
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)[详细]
2023-01-13 00:21 分类:问答Please explain Action in Struts 2.0 XML file
<action name=\"userLogin\" class=\"com.cc.ad.web.common.UserLoginAction\"> <result name=\"error\">/user-login.jsp</result>[详细]
2023-01-05 17:03 分类:问答Update object in Struts action with form values from JSP
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[详细]
2023-01-03 16:12 分类:问答Struts. Go back to same page after an action
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[详细]
2022-12-26 18:35 分类:问答Struts help needed
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[详细]
2022-12-09 15:12 分类:问答Session handling in a Struts application
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:[详细]
2022-12-08 08:28 分类:问答