Hi, You should set in in jvm... refer to the Enjoyng web development with tapestry. There is free chapter on the book home page.. u can find the info in chapter1... not bad.....
Cheers On 4/4/06, Aleksej <[EMAIL PROTECTED]> wrote: > > I was trying to put init-param tag in web.xml like: > ----- > <servlet> > ... > <init-param> > <param-name>org.apache.tapestry.disable-caching</param-name> > <param-value>true</param-value> > </init-param> > </servlet> > ----- > without success. > I also tryed to put meta tag in .application file like: > ----- > <meta key="org.apache.tapestry.disable-caching" value="true" /> > ----- > but it's not working. > Using Tomcat 5.0.28 with jdk1.4.2. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >