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 which I have no
control) does not comply with our design, hence the desire to 'wrap' the
submission and supply our own locally formatted response to form
submission.
No, I think he meant that your action (the "proxy action" since it's
doing the actual off-site submit) will submit to the external process,
parse the response, and do whatever is appropriate on the local webapp.
Michael said:
The easiest way imho is to submit to your proxy action, which submits
to external server, receives response and returns this response to
browser.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]