setXXX method not called if empty values are entered
843842Jul 29 2003 — edited Nov 9 2003Hi All!
I am busy in creating some form which allows the user to alter personal data (e.g first name, last name, etc.) Most of the input fields are mandatory but nevertheless there are still some, which doesn't require any value.
At the first time, the user fills out the form completely and saves his data. All things works fine. When he now tries to edit his data and erases some not required values, the setXXX methods of my bean are not called. So my application logic is not able to recognize that the values has been deleted and the old values remains unchanged. ;-(
Is there a possibility to keep track that data of input fields has been deleted by the user?
I would be very glad for any suggestion
kind regards
Markus Jessenitschnig