Re: external URL in struts app

2006-01-05 Thread Dave Newton
Christopher Becker wrote: By proxy action, do you refer to the external url that I have already mentioned? If so, that is what I am trying to circumvent. The external servlet returns a response which I do not wish to display to the user of our application and the format of the response (over whi

Re: external URL in struts app

2006-01-05 Thread Christopher Becker
By proxy action, do you refer to the external url that I have already mentioned? If so, that is what I am trying to circumvent. The external servlet returns a response which I do not wish to display to the user of our application and the format of the response (over which I have no control) does no

Re: external URL in struts app

2006-01-04 Thread Michael Jouravlev
The easiest way imho is to submit to your proxy action, which submits to external server, receives response and returns this response to browser. Michael. On 1/4/06, Christopher Becker <[EMAIL PROTECTED]> wrote: > Greetings all; > > I have a Struts app (v1.27) and wish to add a user form whose AC

external URL in struts app

2006-01-04 Thread Christopher Becker
Greetings all; I have a Struts app (v1.27) and wish to add a user form whose ACTION is a URL that is external to the application ( a remote servlet). I want to provide a "message sent" confirmation page to the user, but dont know how to do this with an external form submission. Is there a way t