Hi there
I need to specify one decorator for a given page, when the user is
logged in, and one decorator for the user that is not logged in? What
is important is that the URL does not change. So if my URL is:
www.mysite.com/myname
It should stay the same, but be decorated differently whether im
logged in or not.
Im using Struts2 (AppFuse stack).
I really hope this is possible,