I'd keep the RedirectException idea, but make use of the 2nd overload of
getAbsoluteUrl...
See
http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/engine/ILink.html
Shing Hing Man wrote:
>From
getExternalService().getLink(false, esp), you can
get the absolute url of the
>From
getExternalService().getLink(false, esp), you can
get the absolute url of the desired destination.
The url would look like
https://www.something.com:443/.
Then manually replace https by http and ':443' by ''.
Then throw new RedirectException('modified url');
Shing
--- Jonathan Bélisle
Peter Schröder wrote:
hi jonathan,
you may perform a redirect-after-post.
-Ursprüngliche Nachricht-
Von: Jonathan Bélisle [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 13. Februar 2007 17:10
An: users@tapestry.apache.org
Betreff: ssl link
Hi,
I'm using tapestry 4.0.2 and I want to
hi jonathan,
you may perform a redirect-after-post.
-Ursprüngliche Nachricht-
Von: Jonathan Bélisle [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 13. Februar 2007 17:10
An: users@tapestry.apache.org
Betreff: ssl link
Hi,
I'm using tapestry 4.0.2 and I want to post a form with ssl.
I u