Hi, Is there a way to create Pages and initialise their activation context at a service level?
ComponentSource can give me Component instances but casting it to my page instance results in a ClassCastException due to the different classloaders. Is there a way I can set an activation/event context in this component using existing Tapestry services? This thread does mention that I could use an interface defined outside of the component/page/mixin packages but it feels like there might be a way to hook into the existing tapestry context behaviour... http://tapestry.1045711.n5.nabble.com/Tap-5-0-11-How-to-get-page-instance-from-page-tt2416695.html#none Thanks in advance for any help. Cheers, Jack