Latest Answer: In the Enterprise standards the struts do well in view part in MVC architecture. ...
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 new features added to Struts 1.1 are 1. RequestProcessor class 2. Method perform() replaced by execute() in Struts base Action Class3. Changes to web.xml and struts-config.xml4.Declarative exception handling5.Dynamic ActionForms6.Plug-ins7.Multiple ...
Latest Answer: Yes, we use Service locator design pattern We can call from Action Calss through JNDI to home object. then call remote object from home object ...
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 ...
View page << Previous 6 7 8 9 [10] 11 Next >>

Go Top