Re: [T5] RuntimeException if extends pages/components

2008-02-21 Thread Sven Homburg
ted, you are the man, i ve fogotten to implement the Manifest.mf thanx 2008/2/21, Ted Steen <[EMAIL PROTECTED]>: > > 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 contrib

Re: [T5] RuntimeException if extends pages/components

2008-02-21 Thread Ted Steen
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 configuration) { configuration.add(new Lib

[T5] RuntimeException if extends pages/components

2008-02-21 Thread Sven Homburg
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