tapestry-user@jakarta.apache.org
[Top] [All Lists]

Re: T4: How to disable templates caching to specified application?

Subject: Re: T4: How to disable templates caching to specified application?
From: "Khong Seng Kin"
Date: Tue, 4 Apr 2006 15:22:51 +0800
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 <aleksej@xxxxxx> 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: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
> For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx
>
>
<Prev in Thread] Current Thread [Next in Thread>