Latest Answer: Â hiwhen ever start the web application the web container creates AcctionServlet object by using load-on-startup method. then it gets the config init parameter. then read the config-xml file.cheerssiva ...
Latest Answer: Differences between Struts 1.1 and 1.2 :-1) Adviced for replacement of ActionErrors with ActionMessages2) org.apache.struts.Action statics: Use org.apache.struts.Global statics instead3) Many utility methods previously found in org.apache.struts.utils.RequestUtils ...
Latest Answer: bean:message retrieves an internationalized message for the specified locale, using the specified message key, and write it to the output stream. Up to five parametric replacements (such as "{0}") may be specified.The message key may be specified ...
Latest Answer: Hi Folks,Ordinary Servlets:These are extends HttpServlet, and service the req, and send the response to the client. At the time, servicing, the container will create the objects for this servlets, when ever, it needs.ActionServlet:This also extends HttpServlet. ...
Latest Answer: in struts 2.o we have a new cancel functionality by which on pressing cancel we can go to a differen action. ...
Latest Answer: the exadel studio is one of the plug-in for struts ...
Latest Answer: in struts 1.0 we have to override perform method from 1.1 onwords execute method was introduced.this supports us to throw any exception,i.e,thia provides declarative exception handling. ...
ActionForm class is used to capture user-input data from an HTML form and transfer it to the Action Class. ActionForm plays the role of Transport Vehicle between the presentation Tire & Business Tier.Life
Latest Answer: An ActionForm is a java bean that extends org.apache.struts.action.ActionForm, ActionForm maintain the session state of web application.All data submitted by the user are sent corresponding ActionForm ...
LookupDispatchAction is like DispatchAction but LookupDispatchAction uses the value of the request parameter to perform a reverse lookup (using protected Map getKeyMethodMap() ) from the resource bundle
Latest Answer: LookupDispatchAction is subclass of DispatchAction which actually lookup the action class method name using the request parameter value in the reverse process by looking the value in the resource bundle.i.e using map method :save.checkorder=button.checkorderin ...
In struts how can i validate the values filled into the text boxes or else using DynaValidatorForm,without using javascript.Actually with javascript it is working perfect but not without javascript, and i want without javascript?
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top