Re: Stale sessions and recovering from same in T4.1.6

2009-07-11 Thread Andreas Andreou
Hi... a few options here: 1) https://appm.ourDomain.com/appM/Home,mNumberLink.sdirect?sp=S1737 urls are direct link urls that have been generated with the stateful flag set to true. See http://tapestry.apache.org/tapestry4.1/components/link/directlink.html for details but this just means that : "If

Re: How to set a meta header tag in template?

2009-07-11 Thread nille hammer
Hi learning, use the if-Component in conjunction with a parameter for your layout-component that controlls the rendering. Your layout.tml would contain your Layout.java would contain @Parameter @Property(write=false) private boolean cachingDisabled; And in the tml of the page us