03 2014 档案
摘要:MyEclipse中有几处设置编码的地方,如图所示:
阅读全文
摘要:Windows--preference--MyEclipse-Files and Editors -JSP
阅读全文
摘要:严重: Exception starting filter strutsjava.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z at com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression(OgnlUtil.java:245) at com.opensymphony.xwork2.ognl.OgnlUtil.checkEnableEvalExpression(OgnlUtil.java:281) at com.opensymphony.xwo
阅读全文
摘要:配置Struts2报错:可能是由于包冲突导致的,检查项目的WEB-INF/lib下的jar是不是有冲突的,如将struts2-core-2.3.16.jar和struts-core-1.3.10.jar删除其一。删除时要保证版本的匹配,以防止造成下面错误:org.apache.catalina.core.StandardContext filterStart 严重: Exception starting filter struts2 java.lang.NoSuchMethodError: com.opensymphony.xwork2.util.finder.ClassFinder.(Lco
阅读全文
摘要:配置struts2时,tomcat报错如下:严重: Exception starting filter strutsjava.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(XmlConfigurationProvider.java:211) at org.apache.struts2.config.StrutsXmlConfigurationProvider.
阅读全文