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, without using the Form component.

Without using Tapestry, I am doing it like

<form action="https:\\www.xyz.com\abc.do" method="post">
        <input type="submit" name="submit" value="Click Here">
</form>

This will do. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to