Hi All , I have one confusion about Life cycle method of ActionForm that How the values gets stored in ActionFormbeans?
When the call goes as
JSP page to ActionClass (Controller) to Struts-Config.xml
hear If we have written FORMBEAN for corresponding Action Class then it goes to First ActionFormBean
then How can the parameter store in beans Is it request Scope ? How the values gets stored in Formbeans?