我在我的应用程序中使用 struts2。
<s:submit cssClass="button" key="btn.search" tabindex="12" />
在 ApplicationResources.properties 文件中我有
btn.search = Go
我在提交页面时遇到错误,
OgnlValueStac W com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
Error setting expression 'btn.search' with value '[Ljava.lang.String;@14f414f4'
ognl.OgnlException: target is null for setProperty(null, "search", [Ljava.lang.String;@14f414f4)
有什么问题?