Chris Nelson <cnelson4eii <at> yahoo.com> writes: > getRootCause(): > java.lang.NullPointerException > at > org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:264) > at > org.apache.tapestry.services.impl.InvokeEngineTerminator. > service(InvokeEngineTerminator.java:60)
I believe this is the way Tapestry 4 is telling you that the service is not found. I once seen it when using a 3.0 URL like http://localhost/foo/app?service=page/Home. In 4.0, it should be http://localhost/foo/app?service=page&page=Home. -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
