问答详情
源自:4-1 基于bootstrap开发页面结构

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.


提问者:qq_爱吃鱼的猫_7 2018-08-26 14:18

个回答

  • 啊咿呀哈
    2019-11-07 17:23:48

    <!DOCTYPE web-app PUBLIC    
    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"    
    "http://java.sun.com/dtd/web-app_2_3.dtd" >


  • 慕粉3726318
    2018-08-27 21:19:51

    我刚刚也遇到这问题, 看下你的web.xml的版本是不是2.3, 如果是2.3,在jsp页面开头添加<%@ page isELIgnored="false"%>