Thanks for the tips.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
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
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
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