I have integer properties from my bean binded to inputtext UI elements in jsp pages.
initially when they are rendered, default value of this integer properties is null.
Now when i am submitting the form without changing this inputtext fields, this fields are set to integer value zero in bean, even though ui text field is blank.
As i want to track the changes to fields and update only those fields which are changed in configuration files, but this is giving me problem as it results into updates to all integer field.
I am using jsf 1.2