<s:property value="#session.existEmployee.ename"/>获取不到值
我得也是,获取不到值,后台打印ename已经有值啦,就是jsp页面为空,你的解决了吗?
在action中登陆成功是否将当前用户存入action
ActionContext.getContext().getSession().put("existEmployee", currentEmployee);
这样就对了,之前的是属性不对应
在action中登陆成功是否将当前用户存入action
ActionContext.getContext().getSession().put("currentEmployee", currentEmployee);