1. Action Servlet2. Action Classes3. Action Form4. Validator Framework5. Message Resources6. Struts Configuration XML Files7. View components like JSP
Latest Answer: thanks. ...
Latest Answer: Please give me code for this :In single JSP how we maintain only one Basically Dispatch action is used when you have multiple submit buttons in a single form.The Dispatch action is a class which extends the Struts DispatchAction , and encapsulates all ...
Latest Answer: There are only five struts tag libraries1)Bean tag lib2)Html tag lib3)logic tag lib4)nested tag lib5)Template tag libothers are JSTL tag libraries(ex: c.tld,sql.tld,fmt.tld) ...
Latest Answer: In tiles-def.xml we can define the definations which specifies the different components to plugin to generate output.resourcebundle.properties maintains messages used in the struts project.validation.xml maintains the validation code for validating form ...
Latest Answer: The main differences are 1. In Action class Perform() method was replaced by execute() method.2. DynaActionForms are added.3. Tiles Concept is introduced.4. We can write our own Controller by Inheriting RequestProcessor class. i.e., nothing but we ...
Latest Answer: Yeah I too agree with this, Here action class is client for EJBFirst get home interface object using JNDI then call remote interface reference variable and continue. ...
Latest Answer: hi,to handle the errors:in struts project to handle the error objet by using ActionError object and to handle the errors by using ActionErrors object.for supposeActionError ae1=new ActionError("err.one");ActionError ae2=new ActionError("err.two");Action ...
Latest Answer: Yes I also agree with this - The core classes of struts are ActionForm, Action, ActionMapping, ActionForward etc... ...
Latest Answer: This is the class from which business logic of stutsbegins,which contains execute method ..This class contains all deployment information of particualar Action object.This class determines where the result must send once its processing is complete ...
Latest Answer: Tokens are used to prevent multi click problem in struts. In Action class method at the begining of the code, need to call the saveToken() that generates an unique identifier for the "request url" and stotes it in the session and also in the ...
View page << Previous 6 7 8 9 [10] 11 Next >>

Go Top