What is role of action class?
No Answer is Posted For this Question
Be the First to Post Answer
why do we typecast ActionForm into out plain java bean class in Action class?
What is the flow of requests in struts based applications?
How do you convert struts to springs?
What validate() and reset() method does ?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
How client side validation is enabled on a jsp form?
what is diffrence between Dynaactionform,actionform and Dynavalidateform
How we can install struts?
how can i fetch combo box value into my DAO using struts 2?
What is used to display the intermediate result in an interceptor?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
what is the purpose of action servlet and action?