ssl post to creditor company

2008-04-30 Thread Mathias P.W Nilsson
/ssl-post-to-creditor-company-tp16978155p16978155.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]

Re: ssl post to creditor company

2008-04-30 Thread Mathias P.W Nilsson
Ok! I guess I'll have to do this outside of wicket. HTTPClient or something like that. Is this correct? -- View this message in context: http://www.nabble.com/ssl-post-to-creditor-company-tp16978155p16979016.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: ssl post to creditor company

2008-04-30 Thread Mathias P.W Nilsson
/ssl-post-to-creditor-company-tp16978155p16979369.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]

Re: ssl post to creditor company

2008-04-30 Thread Mathias P.W Nilsson
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

Re: ssl post to creditor company

2008-04-30 Thread Jonas
I'm not familiar with your HttpClient class, but I have used java.net.HttpURLConnection as (very simple...) http client in the past, which can be instructed to follow redirects. You can create one of those using java.net.URL(http://whatever.com/;).openConnection(). You'll probably have to

Re: ssl post to creditor company

2008-04-30 Thread Mathias P.W Nilsson
I've read some more and one solution is to make a form with body onload send form. This will however make the page flicker wich is very ugly. -- View this message in context: http://www.nabble.com/ssl-post-to-creditor-company-tp16978155p16981148.html Sent from the Wicket - User mailing list

Re: ssl post to creditor company

2008-04-30 Thread Mathias P.W Nilsson
; document.forms[ login ].submit(); } Cons with this approach? -- View this message in context: http://www.nabble.com/ssl-post-to-creditor-company-tp16978155p16982340.html Sent from the Wicket - User mailing list archive at Nabble.com