Thank you Thiago H de Paula Figueiredo! I found the solution in
http://tapestry.apache.org/loading-the-project-into-eclipse.html, it says:
> Tapestry runs best with a couple of additional options; click the
"Arguments" tab and enter the following VM Arguments: -XX:MaxPermSize=256M
-Xmx600m -Dtapest
Hi!
I guess you're missing setting the tapestry.execution-mode symbol. In your
web.xml, that would be:
tapestry.execution-mode
development
In addition, I ran it in tomcat 7.0.27. I found a temporary solution for
this, I added a @SubModule annotation on AppModule, and it seemed tha
Hi all! This is my first time to send mail to you, I hope you could receive
it. I was developing a simple management system using Tapestry 5.3.7. After
some time, I found the exception reporting didn't display detailed stack
trace, then I realized the development mode didn't open in the right way,