I'd use the pageAttached method.

Uli

Am Do, 22.05.2008, 11:00, schrieb Leon Derks:
> Hello
>
> Is the SetupRender method the correct place to check if the user has the
> priviliges to view the page?
>
> For example something like this:
>
> @SetupRender
> boolean setupRender() {
>     if(user has priviliges) {
>        return true;
>     }
>     return false;
> }
>
> Leon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to