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
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