Re: Integrating with 3rd Party

2010-09-09 Thread jack
Thanks Everyone. I have done it at my own Tapestry 4 does NOT give any liberty/API/mechanism to integrate the web site with third party. However, I have been able to do it by writing my custom components Anybody who needs to know the solution, please PM me. -- View this message in context:

Re: Integrating with 3rd Party

2010-08-26 Thread Chris Mylonas
Without using tapestry, get the POST data and I'd imagine using these libraries (http://hc.apache.org/httpclient-3.x/) would do the job for you for integrating with a third party. As for using tapestry, I'm relatively new so can't offer any advice except try what Thiago mentioned. Good luck, CM

Re: Integrating with 3rd Party

2010-08-26 Thread jack
Ok. I'd like to do this Tapestry4 way. Can you please offer some help/suggestions? -Jack -- View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2692918.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Integrating with 3rd Party

2010-08-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Aug 2010 18:01:49 -0300, jack wrote: Are you saying that it is not possible using Tapestry4 ? I'm saying it is possible with Tapestry 5 or any other version. Just don't use the Form component: use an ordinary HTML form just like the one you posted here. Tapestry outputs non-com

Re: Integrating with 3rd Party

2010-08-25 Thread jack
Are you saying that it is not possible using Tapestry4 ? I didn't understand. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2653385.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Integrating with 3rd Party

2010-08-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Aug 2010 10:16:44 -0300, jack wrote: Hi, Hi! I'm having a problem integrating with a 3rd party. The thing is they have this system that sends me an https POST with some data in it. How can I post the data to a third part URL? Just use HTML normally, without using the Form com