Hi Leonardo, You wrote:
3) Develop with the Tapestry cache enabled. I found out I couldn't use tapestry page cache while developing. It doesn't get any changes I make to a page, and I end up rebouncing the app (yep, that's another minute!). Am I doing something wrong?
Better is to set disable-caching to false as you did, additionally set enable-reset-service to true, and then use the reset service during development. Url is the same as for getting a page through the page service, just use 'reset' as the service name.
Cheers, Luc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]