Describe the two types of formbeans.
Answer / Iqbal Ahmed
In Struts, there are two types of form beans: ActionForm and GlobalActionForm. ActionForm is a Java class that represents a web form. It extends the HttpServletRequest object to provide easy access to form data. GlobalActionForm is a subclass of ActionForm that can be shared across multiple actions. This allows for reusable form classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is front controller in struts2?
What is the default suffix for Struts2 action URI and how can we change it?
What are the classes used in struts?
Do I have to credit struts on my own website?
Describe the mvc on struts?
What is the need of struts?
what is mean by custom tag?
Explain about struts?
Is struts compatible with other java technologies?
how you provide security in your banking project
How do you find the struts version being used in a project?
What do you mean by action errors and what are the results they force?