java - get <aop:scoped-proxy/> that is session scoped inside of a jsp -


i have user session stored <aop:scoped-proxy/> proxy. how go accessing on jsp?

i assuming bean stored somewhere in session, correct me if wrong.

i found answer:

http://digitaljoel.nerd-herders.com/2010/11/01/accessing-spring-session-beans-in-jsp/

in short:

${sessionscope['scopedtarget.usersession'].firstname} 

works charm


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -