I couldn\'t find anything online so I\'ll ask here. I\'m using strut2 and I have a private package of actions, cause certain actions require login to be access. So I have th
At the end I was able to make it work. Basically what I missed from the solution proposed by Roman C. was that I need to have a class variable saved (so not only have it in the session).