why do we typecast ActionForm into our plain java bean
class in Action class? What is the reason?
Answer Posted / kiran
Action Form is basically sub class of Action Form Class.
When we want to assign super class with subclass object type
casting is required.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of @result?
Explain the difference between jakarta struts and apache struts?
Which interceptor is responsible for i18n support?
Explain about token feature in struts?
How the flow of various requests happens in struts application?
Provide some important Struts2 constants that you have used?
Which configuration file is used for storing jsp configuration information in struts?
What types of validations are available in xml based validation in struts2?
What is defeult result type?
How many action classes can be used in struts application?
How is forward action used for integration?
How is declarative handling of exceptions done in struts ?
What is the use of web xml in struts2?
What is the naming convention for a resource bundle file in struts2?
Explain about the library tag?