Hi
I am trying to use a session scoped attribute using EL in my
jsp page. When I first retrieve the value which is in request scope and move it to session scope, it is having values.
But when I access the session scoped attribute it is having no values(null). I have also pasted the part of the code.
What is wrong with this?