我是 Struts 2 的新手
我想将别名拦截器与注释一起使用。
@Action(value="profile", results={
@Result(name=SUCCESS, location="/home.jsp")}, interceptorRefs={
@InterceptorRef(value="alias", params={"aliases", "#{'username':'name'}"}),
@InterceptorRef(value="basicStack")})
但我总是得到错误:
警告:在类型“com.opensymphony.xwork2.interceptor.AliasInterceptor”上设置属性“别名”时捕获 OgnlException。