Re: T5.2 How to submit t:Form with POST parameters to external https link?

2012-06-04 Thread Thiago H de Paula Figueiredo
On Mon, 04 Jun 2012 02:51:05 -0300, wesleywj2   
wrote:



hi,


Hi!


I'm having a problem on how to submit my form along with parameters using
method POST to external https link?


Don't use Tapestry's Form component for submitting data to external sites.  
Use an ordinary HTML form instead.


--
Thiago H. de Paula Figueiredo

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



T5.2 How to submit t:Form with POST parameters to external https link?

2012-06-03 Thread wesleywj2
hi,

I'm having a problem on how to submit my form along with parameters using
method POST to external https link? As i'm aware, Tapestry's t:form doesn't
have action attribute that can link to other url. I have no control on the
external url, my job is just to have a form and submit to the url along with
the parameters.

On Tapestry 5, my java bean has onSuccess method; but it can only return
page within my webapps.

please advice,
wesley

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-2-How-to-submit-t-Form-with-POST-parameters-to-external-https-link-tp5713601.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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