Do you want to do the POST from the client's browser or from the server? I
think you want to do it from the client's browser.

The server can only send a redirect to the client. A redirect causes a "GET"
on the client. Another option is to send some javascript to the client so
that it does a "POST".

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-tp5718626p5718629.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

Reply via email to