Re: Web page refresh problem

2007-02-08 Thread Daniel Tabuenca
Beware, however. never use disable-caching=true in production. Your server will blow up very quickly. I've found even during development, reloading a complex page several times will cause memory problems and incredibly slow speed. I'm not sure if this is still true for 4.1.1. Luckily tapestry

Re: Web page refresh problem

2007-02-08 Thread Jesse Kuhnert
Yep. Try adding "-Dorg.apache.tapestry.disable-caching=true" to whatever starts up your web server. (http://tapestry.apache.org/tapestry4.1/usersguide/configuration.html ) On 2/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I am newbie to tapestry. Lately I download the tapestry and tr