How to send respons to user after payments has been done

2015-03-01 Thread long
Hi, I made a website with Wicket and I am able to send information to a payment site. But when I reveive an answer from this site, how do I show a page to the user so he can login? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-respons-to-user-after

Re: How to send respons to user after payments has been done

2015-03-01 Thread Christoph Läubrich
Since it sounds like the process is async you can use any of the async modules of Wicket e.g. athmosphere or websockets. Am 01.03.2015 21:22, schrieb long: Hi, I made a website with Wicket and I am able to send information to a payment site. But when I reveive an answer from this site, how do I

Re: How to send respons to user after payments has been done

2015-03-02 Thread lucast
Hi Long, Are you working with Paypal? If so, I'll post the relevant answer to you. Regards, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-respons-to-user-after-payments-has-been-done-tp4669785p4669790.html Sent from the Users forum mailing

Re: How to send respons to user after payments has been done

2015-03-02 Thread long
Do you have an example how to send the client a complete new page? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-respons-to-user-after-payments-has-been-done-tp4669785p4669796.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to send respons to user after payments has been done

2015-03-02 Thread long
I will be using Buckaroor (European) but maybe your example can help me. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-respons-to-user-after-payments-has-been-done-tp4669785p4669797.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to send respons to user after payments has been done

2015-03-03 Thread lucast
on-and-instant-payment_6.html <http://codeoftheday.blogspot.co.uk/2013/07/paypal-button-and-instant-payment_6.html> -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-respons-to-user-after-payments-