In the Jsp i have:

<sess:attribute name="userName"/>

witch prints the username. Now i want something like:

<%

String username= <sess:attribute name="userName"/>;

%>

but that doesn't work. How can i assign the session variable to the String username ?

Thanks !


Reply via email to