Tomáš Drenčák <tomas.drencak <at> gmail.com> writes: > When I change something in .page, .jwc or .html file I have to run > reset service to see changes.
Then you should disable page caching by setting the JVM property org.apache.tapestry.disable-caching to true. > The same I'd like to do with annotations > in classes, because they contain bindings... Set reloadable to true in the deployment descriptor in Tomcat. There is detailed instruction for both in http://www.agileskills2.org/EWDT/chapters1-4.pdf -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
