Sarry ha scritto:
I have a servlet which is the interface for the third party and its calling
the struts actions and jsps to do some processing, and it will go throuh the
actions and the flow should come to the calling servlet.

I am facing problems since third party is calling my flow as "include"
method of servlet and it acts as a subroutine.so I can forward the flow to
whichever actions I want but when it comes the time to return it expects
"action forward" which is not possible in this case and even I tried making
one more servlet and forward the call to that servlet and then return, it
just doesn't work.

if somebody has already integrated struts with servlets let me know how you
do it?

Did you try simply "return null" in your Action.execute method?

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

Reply via email to