auto initialisation / number 0 from JSF View
Hello,
we have a datatable in jsf view, one column is a number in bean. After submiting form (ivy event) we receive
initialised number 0, so our validation cannot check if user inserted it manually (field is mandatory, 0 must be
explicit inserted). How can we avoid the auto initialisation ?
Karel