Question - What are the conditions for actionForm to work correctly? 
          
        
        Answer - 
        
ActionForm must fulfill following conditions to work correctly:
- It must have a no argument constructor.
- It should have public getter and setter methods for all its properties.