I think I'm not marking myself very clear. Here is the scenario 1. User fills in wicket form with credit card information delivery method 2. Wicket form handles the post to check that everything is correct 3. A post to an external link must be done. The browser should follow. I must leave my url and go to an online banking url.
How can this be done with wicket. The HTTP connection and HTTPClient from apache only post and I'm still in my webpage. I need to perform a http post that redirects my browser window. Now, someone might say that I should do this with a normal form post bu it needs to be in wicket. I have inherited subclasses for layout. Anyone? -- View this message in context: http://www.nabble.com/ssl-post-to-creditor-company-tp16978155p16979995.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
