Hi
If i use EL method only the user name is showing is i want to show like Welcome "username", what method i want to use,
I tried in EL itself but iam getting error, and with
java code with this username as variable also its shows error.
But after login, in second page with java code its coming,remaing page its shows error. if i use EL its showing only username i can't add some words with it.
My first page code
out.println("<CENTER> <b>Welcome </b>"+username);
but its not working in all page.
please help me,
Thanks & Regards,
Jenifer Rajkumar.