What is action class? What are the types of action class?
Answer / Shyama Pathak
In Struts, an Action class is a Java class that represents a single action in your application's workflow. It handles user requests and prepares responses.nnThere are two types of Action classes: regular Action classes and DispatchAction.n- Regular Action classes are the main type of Action classes. They handle user requests by executing specific methods (called business methods) that perform the required operations.n- DispatchAction is a special type of Action class that delegates the request handling to other Action classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between page and pageContext implicit variables
what is use of assert keyword in java..?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
what is purpose cvs and vss in eclipse?
what is the use of cvs in struts?
Why is it called struts?
Can we have different controllers in one struts app?
How do you know what to give for the "path " under in struts-config.xml ?
What is the role of action class?
Explain struts.devmode?
Will the struts tags support other markup languages such as wml ?
Difference between ActionErrors and ActionMessage?