Deal all,
I am developping an application in which I want to keep track of user information in a session.
once the users logs in,the login
servlet is invoked and I do the following:
than I get some information to the database and I dispatch to the main
JSP.
in which I want to display for example "hello username, "
I did the following but it does not work:
it returns null.
Please help.
Regards,
[ May 13, 2006: Message edited by: Bear Bibeault ]