Hi there,

using struts2: I have just place the user's information on a session:

session.setAttribute(Properties.USER_HANDLE, secUser);


I wonder how to access on a jsp page the info; I tried, unsuccessfully, the
following combinations:


<s:text name="USER_SESSSION_HANDLE"><s:bean name="fname"></s:bean></s:text>
<s:label><s:bean name="USER_SESSSION_HANDLE.fname"></s:bean></s:label>


any idea?
-- 
View this message in context: 
http://www.nabble.com/%28Struts2%29-howto-access-the-user.fname-on-the-jsp-page-%28user%27s-object-in-http-session%29-tp14803679p14803679.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to