i've a POJO class with primitive types, but when the values are show in the JSF page, they appears to be filled by ZERO.
i think about construct an alternative GETTER method, returning String type with empty value.
But, i can associate an alternative getter in JSF page? because we have 2 versions of same get and set method.