Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDev 903 and InputDate

294968Dec 15 2003 — edited Jan 25 2005
I have a JSP that works fine using an InputText tag (from BC4J Forms Component Palette) for a date field. Users wanted a Date Picker instead of typing in the date. I have been trying to use the InputDate tag (from BC4J Forms Component Palette). It enters the date correctly in the field on the JSP page, but when we try to save the data, it no longer works (unless we leave the date field blank). Error returned is:
"Application Error
Error Message: JBO-26080: Error while selecting entity for Apr1
Error Message: ORA-01410: invalid ROWID"

Again, if we don't enter a date, the form will save the data. But with a date entered, the error is returned.

Is there a fix for this?
Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2005
Added on Dec 15 2003
4 comments
188 views