aspose file tools
The moose likes JSF and the fly likes removing zero from h:inputfield Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "removing zero from h:inputfield" Watch "removing zero from h:inputfield" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: removing zero from h:inputfield
 
Similar Threads
Forward Referencing
Creating table inside div
More on nulls and null return values
NPE on Load for a search box
Ajax Calls not refereshed.