| Author |
ActionServlet and Action
|
francis varkey
Ranch Hand
Joined: Sep 13, 2005
Posts: 155
|
|
What is the relation between org.apache.struts.action.ActionServlet and org.apache.struts.action.Action? Thanks Francis
|
 |
vijay mahendra
Ranch Hand
Joined: Jan 01, 2007
Posts: 51
|
|
Hi, ActionServlet is Controller in Struts Frame work. and Action class is for your Business Logic. you can write your business logic in Action class according to your requirement. ActionServlet is whole controller of struts Application .Applicatio will take care of this. you need not to write any actionServlet . Rgrds, Vijay
|
 |
 |
|
|
subject: ActionServlet and Action
|
|
|