Hi,

have a look at 
"http://tapestry.apache.org/tapestry5/tapestry-core/guide/secure.html";.

If the first paragraph - @Secure - does not work for you (which seems
odd by the way because for me it seems to work just fine in 5.0.13),
you can configure it in your AppModule.java, see the other two
paragraphs of the page.

Hth,

Lutz


On Tue, Aug 5, 2008 at 4:50 PM, tapestry5 <[EMAIL PROTECTED]> wrote:
>
> I have a page object which is suppose to work in https.
>
> I can open that page via "https" but all the links in that page are created
> as "http" by tapestry.
> eg. <t:actionlink t:id="refresh" class="stdSmBut">Refresh</t:actionlink>
> Here when i click on Refresh i get "http://server:port";
>
> How can i change the links from http to https.
>
> I tried @Secure annotation but it still not working.
> I am working on Tapestry 5.0.13 version.
>
> --
> View this message in context: 
> http://www.nabble.com/https-actionlink-tp18832779p18832779.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to