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
Post a Comment