Displaying 1 result from an estimated 1 matches for "user_menu".
Did you mean:
user_mem
2006 Feb 17
1
redirect error on componenet
ok, i''ve done a render_component(:controller => "user", :action =>
"user_menu"); user_menu checks for session id, if does not exist,
render_component(:controller => "user", :action => "login") [all of this
is working fine, thanks]. when i try to login, the form action goes to
login_user, which tries to login via the User model and does
redi...