It should be possible. Make sure that the AbstractBasePage is controlled by Tapestry by ensuring that the module for that library is loaded and that it contains this contribution public static void contributeComponentClassResolver(Configuration<LibraryMapping> configuration) { configuration.add(new LibraryMapping("libname", "de.hsofttec.tapestry")); }
2008/2/21, Sven Homburg <[EMAIL PROTECTED]>: > Hi there, > > do i understand that right, that i dont can extends pages/components from > other libraries? > > ----- > Caused by: java.lang.RuntimeException: Base class > de.hsofttec.tapestry.base.AbstractBasePage (super class of > de.hsofttec.testapp.p > ages.Start) is not in a controlled package and is therefore not valid. You > should try moving the class to package de.hsofttec.test > app.base. > > -- > with regards > > Sven Homburg > -- /ted --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]