Re: Page present, still get onLoad FAIL: ClassNotFound error

2008-12-05 Thread James Hillyerd
You will probably want to scroll down further in the stack trace. If Tapestry IoC can't resolve everything it needs to inject into a particular Page, Component or Service then you will see ClassNotFoundException. It's likely the JVM was able to load the class fine. -james On Fri, Dec 5, 2008 at

Page present, still get onLoad FAIL: ClassNotFound error

2008-12-05 Thread Tom Pfotzer
I'm new to Tapestry. Installed Serge Eby's AppFuse kick-start package, uses Tapestry 5.0.17. Install went OK. Can start app, but once navigate off main page, get classNotFound errors accessing some (not all) pages. Using Eclipse IDE. Generating exploded WAR. Context root is wtpwebapps\engine\WE