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 http://swdev.blogs.friendster.com/my_blog/ 2007/6/26, Daniel Jue <[EMAIL PROTECTED]>:
> 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 samples set up the project's directory structure. When you go to compile the application, mvn (or Eclipse) will combine your templates and your class files in the Target directory. I wish I had better news for you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Best wishes, Eko SW http://swdev.blogs.friendster.com/my_blog/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]