Re: Integrating with 3rd Party

2010-09-09 Thread jack
: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2827186.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

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-26 Thread Chris Mylonas
On Wed, Aug 25, 2010 at 11:16 PM, jack naveen.ve...@cigna.com wrote: 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? Without using Tapestry, I am doing

Integrating with 3rd Party

2010-08-25 Thread jack
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? Without using Tapestry, I am doing it like form action=https:\\www.xyz.com\abc.do method=post input

Re: Integrating with 3rd Party

2010-08-25 Thread Thiago H. de Paula Figueiredo
On Wed, 25 Aug 2010 10:16:44 -0300, jack naveen.ve...@cigna.com 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

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 18:01:49 -0300, jack naveen.ve...@cigna.com 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.