Check the page specificaiton and remove the class attribute. This is overriding the meta key you specified. (The class attribute refers to the *fully qualified* class name--not the class name.)
-= Mat On 2/4/06, jeff emminger <[EMAIL PROTECTED]> wrote: > great work! > > i must be doing something wrong, because when using other than the > default package, i keep getting an error: > Could not load class Home from WebappClassLoader delegate: false > repositories: /WEB-INF/classes/ ----------> Parent Classloader: > [EMAIL PROTECTED] : Home > > my Home class is in "com.test" and i've pointed .application to it: > <meta key="org.apache.tapestry.page-class-packages" value="com.test"/> > > any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
