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
誰でも助けてもらえますか?