Thread: action class
View Single Post
  #2 (permalink)  
Old 05-07-2008, 04:23 PM
felixtfelix felixtfelix is offline
Member
 
Join Date: Dec 2007
Posts: 32
felixtfelix is on a distinguished road
Hi,

Action class is a the one which will be responsible to handle all your request. Each class which extends the Action will have the method named execute(ActionMapping,ActionForm,HttpServletReques t,HttpServletResponse) and it will return ActionForward. This particular method will get executed for your request.
Reply With Quote