| Author |
removing zero from h:inputfield
|
Jignesh Patel
Ranch Hand
Joined: Nov 03, 2001
Posts: 625
|
|
I am trying to display in which areaCode is of type integer. Because of that I am seeing areaCode populated as zero when the form loads first time. I don't want to display any value when the form loads first time.
|
 |
Venkat Sadasivam
Ranch Hand
Joined: May 10, 2008
Posts: 139
|
|
|
Use "Integer" wrapper object, don't use primitive type "int".
|
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ”<br>
-Martin Fowler
|
 |
 |
|
|
subject: removing zero from h:inputfield
|
|
|