Hello,
In fact after spending some time in debug mode inside eclipse (going from UIAction to VariableResolverImpl),
I finally found that a bean is available called : _alfAuthTicket
Under this name it does exist the User bean and the getTicket method which I needed.
By looking inside the VariableResoverImpl, I see that the resolution of variables occurs in this order :
- Implicit objects
- Request context
- Session context
- Application context
- ManagedBean
Maybe would it be of interest if someone could explain where these contexts are set.
Thanks in advance.