2008/11/20 Andreas Sachs <[EMAIL PROTECTED]>:
> isUserLoggedIn();
> getUser();
> getMenu(); (the menu depends on the user)
>
> public ...sessionCreated() {
>        MainManager mM = new mainManager()
>        session.setattribut("mainManager",mM)
>        }
>
> Within the jsp i use:
>
> #session.mM.user.name
> or
> #session.mM.menu....

it should be
#session.mainManager.user.name


Regards
-- 
Lukasz
http://www.lenart.org.pl/

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

Reply via email to