In my application I want some common behavior of pages to be implemented in an abstract page. I did this and it worked. Now I want to extract this parent abstract class in a tapestry module and reuse this abstract class (behavior) in multiple applications, but I keep getting the error that tapestry is not able to control the parent class. Is it even possible to do something like this?
-- View this message in context: http://tapestry.1045711.n5.nabble.com/Inheritance-tp5716400.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
