> Advice is for services, not pages and components. Thanks for the response.
Yes. That is true. I want to do one other thing on the methods of the service if the request is originating from a "SecurePage" -- which is to check the credentials. Isn't advice the right thing for it? Thats what the above advice is trying to do except the "instaceof" check is always returning false. I guess what is causing some concern to me is -- why would "component instanceof SecurePage" return false? -- View this message in context: http://old.nabble.com/How-to-get-the-Component-inside-advice--tp28100055p28100745.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]
