Re: [4.1.5] IExternalPage not implemented?

2008-04-18 Thread Andy Pahne
Issue solved. After creatuing a page specification and specifiying the class to be used, it works. But it's really strange, because the correct class has been found for quite a long time without the specification, just by following the conventions... --

Re: [4.1.5] IExternalPage not implemented?

2008-04-18 Thread Andy Pahne
It feels like the default page class is used, which I have defined like that: value="de.net22.oos.web.pages.OosBasePage"/> Well, it should not be used. Actually, before I changed the page class to implement IExternalPage, the correct page class has been found correctly. It's not worki

[4.1.5] IExternalPage not implemented?

2008-04-18 Thread Andy Pahne
I get the error message: Page /booking/Details does not implement the org.apache.tapestry.IExternalPage interface. The root cause is: java.lang.ClassCastException: $BasePage_0 cannot be cast to org.apache.tapestry.IExternalPage (BasePage is a superclass of BaseBookingPage) Although my c