Re: Why suddenly all my pages in Tapestry seems to be missing?

2007-07-02 Thread Eko S.W.
Yes!!! That was true. I have relocated all my HTML pages in src/main/webapp/WEB-INF, but not in main/resources (somehow there are still weird behaviour if put them here) And all *.html were saved... I use local SVN server :p Thanks for your reply, Love u very much, Eko SW

Why suddenly all my pages in Tapestry seems to be missing?

2007-06-25 Thread Eko S.W.
Dear All, I use Maven and being helped alot by Jetty. Things seems to work fine in Jetty. But when I do mvn clean, and then run mvn jetty:run Tapestry keep saying no root element defined or embedded component not found I put all html pages in the same directory as java class. What am I doing

Re: Why suddenly all my pages in Tapestry seems to be missing?

2007-06-25 Thread Daniel Jue
I put all html pages in the same directory as java class. What am I doing wrong? That's what's wrong! I hope you have backups. mvn clean will delete the target directory, where your class files go. your templates are supposed to go in main/resources Please see how the Tapestry Archetype