我正在使用 Jdeveloper 11.1.2.3.0。我希望表格上的结束日期取决于开始日期。为此,我将StartDate
( #{bindings.StartDate.inputValue}
)的输入值复制MinValue
到EndDate
. 这两个属性都是Date
数据库类型Timestamp
和VO类型。当我在StartDate
日历中选择一个日期时,我收到此错误:
//C:/Oracle/Middleware/jdeveloper/jdev/system11.1.2.3.39.62.76.1/o.j2ee/drs/Contract
Management/ViewControllerWebApp.war/searchContracts.jsf @90,101
minValue="#{bindings.SigningDate.inputValue}": java.lang.IllegalArgumentException:
Cannot convert 2013-06-12 00:00:00.0 of type class oracle.jbo.domain.Timestamp to class java.util.Date
ADF_FACES-60097:For more information, please see the server's error log
for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #2
有人可以帮忙吗?