JDev 903 and InputDate
294968Dec 15 2003 — edited Jan 25 2005I 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.