Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by DavorHrg: http://wiki.apache.org/tapestry/Tapestry5HowToNotMakeCustomComponent ------------------------------------------------------------------------------ ''HINT: you can use @!BeforeRenderTemplate, @!BeforeRenderBody annotations instead method names'' - == non component classes/interfaces in myApp.pages and myApp.components packages == + == non component classes/interfaces in myApp.pages and myApp.components and myApp.base packages == pages and components are instrumented by tapestry, they are also in a separate class loader, and you should avoid using their packages for any non component classes/interfaces. You are most likely to get '''!ClassCastException''' or '''!CoercionException'''. For me these problems were result of trying to make a component as fast as I can. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
