• problem with djDateTextBox

    By Helge Wiemann 1 decade ago

    Hello,

    I have the following problem by using the djDateTextBox:

                    defaultValue=""
                    invalidMessage="Das Datumsformat ist falsch. Geben Sie es im Format dd.mm.yyyy an."
                    promptMessage="Geben Sie hier das Datum im Format dd.mm.yyyy an."
                    showReadonlyAsDisabled="true">

     

    stamm.Austritt comes out of the document and is a Time/Date-field in the database.

    When the field is empty in the database, i get the following error message:

    com.ibm.xsp.FacesExceptionEx: Notes-Ausnahme ausgelöst beim Aufruf von DominoDocument.getValue() für Feld Austritt
    Notes-Ausnahme ausgelöst beim Aufruf von DominoDocument.getValue() für Feld Austritt

    NotesException: Invalid date

     

    When stamm.Austritt becomes a String-field in the database with the value as empty string, everything is ok.

     

    Can anybody help me with this strange problem? Thanks!