Re: return flow to calling servlet inside action

2006-11-07 Thread Sarry
oops you are right It should work. apetrelli wrote: > > 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 servle

Re: return flow to calling servlet inside action

2006-11-06 Thread Antonio Petrelli
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 "includ