问题描述
今天在搭框架时,发现日志里有有这么几行2011-08-07 22:17:31,453 DEBUG com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler.debug:68 - Entering nullPropertyValue [target=[com.opensymphony.xwork2.DefaultTextProvider@16eb6bc], property=struts]2011-08-07 22:17:31,984 DEBUG com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler.debug:68 - Entering nullPropertyValue [target=org.apache.struts2.util.AttributeMap@17b40fe, property=templateDir]2011-08-07 22:17:32,437 DEBUG com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler.debug:68 - Entering nullPropertyValue [target=org.apache.struts2.util.AttributeMap@9fdee, property=theme]以前没注意,不知道这些空属性值是否有影响,怎么修复 问题补充:myali88 写道
解决方案
看名称的话是struts的配置属性,你可以在struts-core.jar包中的default.properties里看到相应的说明:
解决方案二:
Standard UI theme
解决方案三:
Change this to reflect which path should be used for JSP control tag templates by defaultstruts.ui.theme=xhtmlstruts.ui.templateDir=template#sets the default template type. Either ftl, vm, or jsp
解决方案四:
引用这里显示为DEBUG日志,说明本身并不是错误,是在ongl表达式转换成对象时出现的空值情况,你可以把日志级别调高,这样就看不到了。
解决方案五:
这里显示为DEBUG日志,说明本身并不是错误,是在ongl表达式转换成对象时出现的空值情况,你可以把日志级别调高,这样就看不到了。