Guido wrote:

Is there any way to show the remote user that sounds like (this doesnt
work):

<bean:write name="request" property="remoteUser" />

I actually use <%= request.getRemoteUser() %>, and works fine, but i am
a curious kid....


I think the request taglib may help you out: http://jakarta.apache.org/taglibs/doc/request-doc/intro.html


<%@ taglib uri="http://jakarta.apache.org/taglibs/request-1.0"; prefix="req" %>

<req:request id="httpRequest"/>

The remote user is: <bean:write name="httpRequest" property="remoteUser"/>



Thank you, Guido.

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




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



Reply via email to