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]