org.apache.jasper.JasperException: Unable to convert string [${sk.startTime}] to class [java.util.Date] for attribute [value]: [Property Editor not registered with the PropertyEditorManager]這怎么解決啊
Type?Exception?ReportMessage?Unable?to?convert?string?[${sk.startTime}]?to?class?[java.util.Date]?for?attribute?[value]:?[Property?Editor?not?registered?with?the?PropertyEditorManager]Description?The?server?encountered?an?unexpected?condition?that?prevented?it?from?fulfilling?the?request.
2019-11-07
2018-08-27
我剛剛也遇到這問題, 看下你的web.xml的版本是不是2.3, 如果是2.3,在jsp頁面開頭添加
<%@ page isELIgnored="false"%>