Re: how to reload WEB-INF dir?

2007-04-28 Thread Jessek
Hi Josh, During development ~only~ you can pass the following system property to the jvm running your web app and the templates will automatically pick up changes for you: -Dorg.apache.tapestry.disable-caching=true Don't leave it on in production but it should be fine for development. http://t

Re: Session

2007-03-22 Thread Jessek
I think the Timeout component is probably what you want. http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/timeout.html James Sherwood wrote: > > Hello, > > I am trying to make the session in my java(Tapestry) project only expire > when the browser is closed. > > A