| Author |
how to call servlet from struts application
|
umasankar puranam
Ranch Hand
Joined: Sep 24, 2004
Posts: 31
|
|
hi, I want to call a HttpServlet from struts application. Please provide me sample code for doing so.
|
umasankar<br />Software Engineer
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
Just provide a forward that points to the URL of the servlet. Then return that ActionForward from your Struts Action class. Example: struts-config.xml action class
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: how to call servlet from struts application
|
|
|