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
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