I see that the two examples were removed because it was html. 
Start(1).tml.txt is the first 
Start(2).tml.txt the second

- Kasper

On Tue, 17 Feb 2009 16:03:24 +0100, <kas...@nekoconeko.nl> wrote:
> 
> 
>  Hi,
> 
>  I've created a small project but I just figured out that I was still
> using tapestry 5.0.10 instead of the latest version. So I removed the
> old jars and replaced them with new ones. So far so good, I fixed the
> imports some other things that needed to be changed. Then I ran the
> application again and it gave me an unexpected error.
> 
>  An unexpected application exception has occurred.
> java.lang.ClassNotFoundException: caught an exception while obtaining
> a class file for nl.collection.components.Layout
> 
>  In t5.0.10 the template files and the class files for Layout were
> inside the nl.collections.components package. I've read somewhere on
> the mailinglist that they might need to be separated so I moved the
> Layout.tml file to my WebContent folder. In both ways it didn't work
> out.
> 
>  My webpage is: (Start.tml)
>  ... insert random text here ...
>  And there is a the Layout.tml which is basically nothing more than
> the most simple html file. I also tried to modify Start.tml to:
> 
>  ... insert random text here ...
>  Which also didn't work out. When I edited the Start.tml to be a
> small html file it worked.
> 
>  Does anybody has a clue?
> 
>  - Kasper
<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
        ... insert random text here ...
</t:layout>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to