|
Excerpt from the FAQ section:
I have to restart my application to pick up
changes to specifications and templates, how can I avoid this?
Start your servlet container with the JVM system parameter net.sf.tapestry.disable-caching set to true, i.e.,
-Dnet.sf.tapestry.disable-caching=true.
Tapestry will discard cached specifications and templates after each request. You application will run a bit slower, but changes to templates and specifications will show up immediately. This also tests that you are persisting server-side state correctly.
|
- [Tapestry-developer] [Tapestry-developer]Tapestry could not... airwing
- detlef schulze
