> I mainly use three different controllers: Aapo,
Could you please tease us with samples from your maveric.xml file? How do you configure views for a controller that extends from AuthorizationController? with best wishes, Taavi > c) AuthenticationController > - extends ValidationController > - overrides authenticate > - I have my own database authentication routine > - if user is authenticated then return super.authenticate() > else return AUTH_REQUIRED or AUTH_FAILED > > d) AuthorizationController > - extends AuthenticationController > - overrides authorize > - I have this.getCtx parameter caller rolesRequired > - if user belongs to role then return super.authorize() > else return AUTHORIZARION_FAILED ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com [INVALID FOOTER]
