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]

Reply via email to