Try this: <s:property value="%{#session.USER_SESSSION_HANDLE.fname}"/>
-- Robi xianwinwin wrote:
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?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]