Hi, I'm trying to create an access control system using a dispatcher as described on the wiki page.
I'm following this: http://wiki.apache.org/tapestry/Tapestry5HowToControlAccess So that I can use an annotation to declare which pages need a logged-in user. It checks the meta-data in the component model for a key called "private" but it is not being added in my code. As far as I can tell, there is no place where annotations on the type get converted into meta-data. Am I missing something? Or do I need to implement my own ClassTransformWorker to do this? Thanks, Carl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]