G'Day,

I'd like to have a first/default page lets the user login or, if logged
in, has pointers off to other pages.

My .vm has the following

#if ( $user.hasLoggedIn() )

// pointers to other pages

#else

// form to call the LoginUser action

#end


However, after I login it keeps returning false for the $user.hasLoggedIn() check and showing the login form.

What am I missing?

thanks

Jason



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



Reply via email to