Return URL POST Redirection from onActivate

2012-12-12 Thread TNO
Hello everybody, I'm working on a web site using Tapestry 5.2.6. I need to simulate a POST form data to authenticated a client to another site. I'm trying to do it using the return URL from onActivate. Object onActivate(@RequestParameter(value=id, allowBlank=true ) String id) throws

Re: Return URL POST Redirection from onActivate

2012-12-12 Thread Lance Java
/Return-URL-POST-Redirection-from-onActivate-tp5718626p5718628.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

Re: Return URL POST Redirection from onActivate

2012-12-12 Thread Lance Java
. Be very careful with this as you can easily send a password to the client in plain text which may raise some security concerns. I think you might want to rethink this. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Return-URL-POST-Redirection-from-onActivate

Re: Return URL POST Redirection from onActivate

2012-12-12 Thread Thiago H de Paula Figueiredo
On Wed, 12 Dec 2012 06:33:10 -0200, TNO tno...@free.fr wrote: Hello everybody, Hi! I'm working on a web site using Tapestry 5.2.6. I need to simulate a POST form data to authenticated a client to another site. I'm trying to do it using the return URL from onActivate. That's a redirect,

Re: Return URL POST Redirection from onActivate

2012-12-12 Thread TNO
Ok, thanks you, so it is not possible to redirect and post at same time Le 12/12/2012 11:07, Thiago H de Paula Figueiredo a écrit : On Wed, 12 Dec 2012 06:33:10 -0200, TNO tno...@free.fr wrote: Hello everybody, Hi! I'm working on a web site using Tapestry 5.2.6. I need to simulate a

Re: Return URL POST Redirection from onActivate

2012-12-12 Thread Thiago H de Paula Figueiredo
On Wed, 12 Dec 2012 09:03:38 -0200, TNO tno...@free.fr wrote: Ok, thanks you, so it is not possible to redirect and post at same time Nope. That's not a Tapestry limitation: that's an HTTP one. -- Thiago H. de Paula Figueiredo