Saved Bookmarks
| 1. |
What Is Actionform? |
|
Answer» An ActionForm is a JavaBean that EXTENDS org.apache.struts.action.ActionForm. ActionForm maintains the session state for web application and the ActionForm object is AUTOMATICALLY populated on the server SIDE with data ENTERED from a form on the client side. An ActionForm is a JavaBean that extends org.apache.struts.action.ActionForm. ActionForm maintains the session state for web application and the ActionForm object is automatically populated on the server side with data entered from a form on the client side. |
|