Re: authorization for components

2009-07-13 Thread Sergey Didenko
Thanks for the tips. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: authorization for components

2009-07-13 Thread Ulrich Stärk
Implement a ComponentRequestFilter. It allows you to handle component event requests and page render requests inside the same filter. Uli On 13.07.2009 11:00 schrieb Sergey Didenko: Hi, How do you implement authorization for components? I mean when the component is not authorized for the

Re: authorization for components

2009-07-13 Thread Massimo Lusetti
On Mon, Jul 13, 2009 at 11:00 AM, Sergey Didenko wrote: > Hi, > > How do you implement authorization for components? I mean when the > component is not authorized for the current user it outputs nothing. > > I made a small mixin for this, but may be there is a solution w

authorization for components

2009-07-13 Thread Sergey Didenko
Hi, How do you implement authorization for components? I mean when the component is not authorized for the current user it outputs nothing. I made a small mixin for this, but may be there is a solution with Annotations? Regards, Sergey