Show the username on the header of every page in Struts 2
问题 I have used interceptors to Authentication to my app.I have added it into the defaultStackHibernate Its working fine & I am getting the desired results, the only issue is that now I want to show the username on the header of every page. I have try this <s:property value="name"></s:property> but is work only for the welcome page.So is there a way I can send some variable like username from the interceptor to every action I am invoking or directly to the jsp? if I access to others action I get