| Author |
Integrating with 3rd Party
|
jack mind
Greenhorn
Joined: Aug 26, 2010
Posts: 1
|
|
Hi,
I am working on a web page (using Tapestry4). My page takes the input hidden fields and post them to a 3rd part URL. This works fine when I use a simple html form like below
<form action="https:\\www.aby.com\someMethod.do" method="post">
<input type="hidden" name......>
</form>
When I try to do the same using Tapestry, I am lost. I don't know how to post to 3rd party URL.
Can anybody suggest something?
|
 |
 |
|
|
subject: Integrating with 3rd Party
|
|
|