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]

Reply via email to