Hi Phil, how did you setup your project?
Try moving your .tml files into the same folder where the corresponding .java files are. Also make sure that first line of java files - "package org.apache.tapestry5.tutorial.pages" corresponds to their location - something/org/apache/tapestry5/tutorial/pages where "something" is on your classpath. On Tue, May 11, 2010 at 3:22 PM, aibkwik <phil.mcqui...@gmail.com> wrote: > > Well that's somewhat disconcerting that the tutorial is wrong.... ouch. > > So I'm unclear on how to check which "package" my .tml files are in since > none of the source files in the tutorial have a "package <>" statement in > them. My two .class files are both in the same directory. >