| Author |
Action Servlet
|
Pinki Choudhury
Greenhorn
Joined: Mar 16, 2007
Posts: 1
|
|
|
Can i have more than one action servlet class file in my application.
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
No. Struts is based on a design of a single servlet handling all requests. You can certainly write your own class that extends ActionServlet, but in that case your class will be handling all Struts requests rather than ActionServlet. [ March 16, 2007: Message edited by: Merrill Higginson ]
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Action Servlet
|
|
|