Bobby Rosenberger wrote:
I would like to access a session scoped backingbean ("user") from an actionListener... I'm currently doing something along the lines of:
...cut...
Is there a better way?
Yes, there are.Please see http://wiki.apache.org/myfaces/FAQ "How can I access one Managed Bean from another?"
Personally I prefer the "managed-property" way. --- Mario

