Hi, Lukasz All I know is # request is a Map, it is only stored request of attributes, it does not have getRemoteUser().
Now I have to use EL and ordinary html tags replace struts2 tags to solve this problem. However, thank you for your reply ... Gordian On Wed, Feb 25, 2009 at 11:54 PM, Lukasz Lenart < [email protected]> wrote: > 2009/2/25 Gordian Yuan <[email protected]>: > > #request.remoteUser actual is request.getAttribute("remoteUser"), not i > want > > request.getRemoteUser() > > Yes, you're right try #request.getRemoteUser() > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

