Re: onActivate with access permission check

2008-07-28 Thread Moritz Gmelin
Hi, this is an almost great solution. Very elegant. It helps for all plain pages. Thanks already. But the dispatcher is not used in service method calls. e.G. I have a service method that retreives an object from the database that a user has uploaded before and it can be downloaded from a

Re: onActivate with access permission check

2008-07-26 Thread Angelo Chen
you can use dispatcher for this, there are some articles in the wiki page. Moritz Gmelin wrote: > > Hi, > > I want to add some security to my application by checking whether the > currently logged in user (stored in an ApplicationState) has access to > the object that is handed to his curr