hi!
i have the following scenario.
server0 -> has a jsp page, that allows user to enter the goods they want etc, say foo.jsp
server1->jsp payment page, say bar.jsp and action class CommAction
on clicking done on foo.jsp, this should establish a connection with CommAction class on server1, perform some identity exchange, based on the exchange, route to bar.jsp


i came up with
[server0] foo.jsp ->FooForm ->FooAction
[server1] bar.jsp ->BarForm ->BarAction
i have java classes to establish a secure communication between two parties.
what i want to do now is, have some way of FooAction (on successful return from the underlying comm establishing class) to direct the person to BarAction along with the information they submitted orginally.


in other words how can i conditionally submit a form to another action class on some other server.
I ofcourse want the form to be submitted to the local action class, that first checks it, then resubmits to a remote action class, the remote action class then forwards the user to a page on its own remote server.


sorry if the above sounds too cryptic.
any help would be greatly welcome
thanks
cheers
ajay

_________________________________________________________________
Hot chart ringtones and polyphonics. Go to http://ninemsn.com.au/mobilemania/default.asp



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



Reply via email to