Maybe try putting this in a beforeRender() function in your Users
controller?:
if(!isset($this->viewVars['error'])) {
$this->set('error', false);
}
On Apr 23, 8:24 pm, Stacey <[EMAIL PROTECTED]> wrote:
> hi all,
>
> i read a post in here about having a login form built into the default
> la
hi all,
i read a post in here about having a login form built into the default
layout. it suggested using an element, so i created one. i'm having
one small problem with variables, and i'm hoping someone can help me
out. what i'm trying to accomplish, is having the login form in the
right column.