The XML namespace in your .tml files is fine. The templates have
rarely changed but some new features were introduced from 5.0.x.x to
5.1.x.x. It's all backwards compatible though and mentioned here:

http://tapestry.apache.org/tapestry5.1/guide/templates.html

in Tapestry Namespace.

Steve.


On 11 May 2010 10:23, Sergey Didenko <sergey.dide...@gmail.com> wrote:
> 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.
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to