Re: TransformationException running tutorial

2008-10-14 Thread D Dart
Here's the answer in case somebody stumbles across this thread with the same issue: The web.xml file needed to be updated - org.apache.tapestry.TapestryFilter needed to be changed to org.apache.tapestry5.TapestryFilter Thiago H. de Paula Figueiredo wrote: > > Em Tue, 14 Oct 2008 13:56:04 -0300,

Re: TransformationException running tutorial

2008-10-14 Thread Thiago H. de Paula Figueiredo
Em Tue, 14 Oct 2008 13:56:04 -0300, D Dart <[EMAIL PROTECTED]> escreveu: Discovered that the WEB-INF/lib directory had 5.0.10 jars in it (new to eclipse too), so I removed those and added the 5.0.15 jars, restarted eclipse and fixed a few import paths, etc. Trying to run the app in Tomcat pro

Re: TransformationException running tutorial

2008-10-14 Thread D Dart
Discovered that the WEB-INF/lib directory had 5.0.10 jars in it (new to eclipse too), so I removed those and added the 5.0.15 jars, restarted eclipse and fixed a few import paths, etc. Trying to run the app in Tomcat produces this error, "The requested resource () is not available." I'm hoping t

Re: TransformationException running tutorial

2008-10-13 Thread D Dart
I'm using 5.0.15. Thiago H. de Paula Figueiredo wrote: > > What Tapestry version are you using? The @Property annotation was added in > some release I cannot remeber exactly. Make sure you are using the latest > one. ;) > > Em Mon, 13 Oct 2008 15:45:04 -0200, D Dart <[EMAIL PROTECTED]> esc

Re: TransformationException running tutorial

2008-10-13 Thread Thiago H. de Paula Figueiredo
What Tapestry version are you using? The @Property annotation was added in some release I cannot remeber exactly. Make sure you are using the latest one. ;) Em Mon, 13 Oct 2008 15:45:04 -0200, D Dart <[EMAIL PROTECTED]> escreveu: I'm doing this tutorial, http://tapestry.apache.org/tapestry