Hello,

In my secure screen, adding a doRedirect makes turbine go into some loop.

else if(acl.hasRole("student"))
{
    this.doRedirect(data, "StudentHome.vm");
    isAuthorized = true;
}

Any ideas?
Thanks

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

Reply via email to