hi,
I want use pagelink with port 8443 and https protocol. If i use: <t:pagelink page="Start" context="currentRole.roleId"> ${currentRole.roleName} </t:pagelink> then tapestry generate http://localhost/app/start/4 But i want https://localhost:8443/app/start4 Argo