Re: onActivate with access permission check

2008-07-28 Thread Moritz Gmelin
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/onActivate-with-access-permission-check-tp18664030p18668257.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: onActivate with access permission check

2008-07-26 Thread Angelo Chen
ion > checks? > > Thanks > > Moritz > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/onActivate-with-access-permission-check-tp1

onActivate with access permission check

2008-07-26 Thread Moritz Gmelin
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 current page via onActivate(). Since tapestry handles the database fetching of entities to an onActivate method I