Umm.. if its in a different webapp the Im not sure what you need to do (& it
would need to be redirecting in that case and I think you have to set the
'absolute' property??? hmmm), but for a servlet in the same webapp its not a
problem, just define the forward to the appropriate path (or more
specifically to the path you mapped for that servlet in web.xml) just like
you would for a jsp (which is in fact really a servlet in disguise!)

-----Original Message-----
From: Menke, John [mailto:[EMAIL PROTECTED]
Sent: Thursday, 18 September 2003 03:19
To: 'Struts Users Mailing List'
Subject: RE: Forwarding to existing servlet from Struts??


that would be a good start I guess.  :)

-----Original Message-----
From: Andrew Hill [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 3:11 PM
To: Struts Users Mailing List
Subject: RE: Forwarding to existing servlet from Struts??


Have you tried using an ActionForward? (duh)

-----Original Message-----
From: Menke, John [mailto:[EMAIL PROTECTED]
Sent: Thursday, 18 September 2003 03:06
To: Struts (E-mail)
Subject: Forwarding to existing servlet from Struts??


I need to forward from a struts action to a servlet.  How can this be done?

-john

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to