Re: newbie question...creating a 'login' element

2007-04-24 Thread Sliv
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

newbie question...creating a 'login' element

2007-04-23 Thread Stacey
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.