Re: Auth component and ajax forms

2008-10-03 Thread CG
Did you check this var at the auth component? /** * The name of an optional view element to render when an Ajax request is made * with an invalid or expired session * * @var string * @access public */ var $ajaxLogin = null; Never tried it, but i guess is something meant to do what

Auth component and ajax forms

2008-10-02 Thread RobertoSDN
Hello, i am using ajax forms and i have a problem with the Auth component that works fine with the login action but not with others actions because only the login action has the bahavior to render a element to handle errors like bellow: if ($loginAction == $url) { ...code } else { if (!$thi