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 to get some suggestions on where to look for the issue... Problem after problem trying to run the few tutorials out there has started to turn me off using tapestry :( D Dart wrote: > > 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]> escreveu: >> >>> >>> I'm doing this tutorial, >>> http://tapestry.apache.org/tapestry5/tutorial1/forms.html, but using >>> Tomcat >>> instead of Jetty and "t5demo" instead of >>> "org.apache.tapestry5.tutorial". >>> I'm getting this exception when trying to run it in Tomcat: >>> >>> caught an exception while obtaining a class file for >>> t5demo.pages.address.CreateAddress >>> exception >>> org.apache.tapestry.internal.services.TransformationException: >>> java.lang.ClassNotFoundException: >>> org.apache.tapestry5.annotations.Property >>> >>> I've received this exception in the tutorial in prior chapters when the >>> Property annotation was used, but was able to work around it by adding >>> getters/setters. >>> >>> Since this particular chapter uses beaneditform, I can't figure out a >>> work >>> around. Does anybody have a fix for this issue? >>> >> >> > > -- View this message in context: http://www.nabble.com/TransformationException-running-tutorial-tp19959440p19977705.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]