Link link =
pageRenderLinkSource.createPageRenderLinkWithContext(Index.class);
link.setSecurity(LinkSecurity.FORCE_SECURE);

or

String link
= 
pageRenderLinkSource.createPageRenderLinkWithContext(Index.class).toAbsoluteURI(true);

On Wed, Sep 19, 2012 at 7:52 PM, captain_rhino <
graeme.kitc...@axa-travel-insurance.com> wrote:

> using createPageRenderLinkWithContext appears to create a link with http.
> How do i change this to https?
>
> Thanks in advance.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/foward-to-https-tp5716403.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