Describe the two types of formbeans.



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

Post New Answer

More Struts Interview Questions

What is front controller in struts2?

1 Answers  


What is the default suffix for Struts2 action URI and how can we change it?

1 Answers  


What are the classes used in struts?

1 Answers  


Do I have to credit struts on my own website?

1 Answers  


Describe the mvc on struts?

1 Answers  


What is the need of struts?

1 Answers  


what is mean by custom tag?

5 Answers   Wipro,


Explain about struts?

1 Answers  


Is struts compatible with other java technologies?

1 Answers  


how you provide security in your banking project

1 Answers   IBM,


How do you find the struts version being used in a project?

1 Answers  


What do you mean by action errors and what are the results they force?

1 Answers  


Categories