Just save the username in the session, then you can get the username on 
a jsp page the following way:
<%=  pageContext.getSession().getAttribute("username") %>

Jens

[EMAIL PROTECTED] wrote:

>Hi all,
>
>couldn't find this one in the archives:
>
>how do I get the username of the user that is logged in, from within a
>JSP-file?
>
>Thanks,
>Michel
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>



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

Reply via email to