Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6722079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:24:18+00:00 2026-05-26T09:24:18+00:00

I want to know how to set the default decimal separator on my JSF

  • 0

I want to know how to set the default decimal separator on my JSF application. I have some <h:inputText> that I need to format as money, with 2 decimals. Right now the decimal separator used by default is the comma , and this gives me an error when I do some operations on save. I don’t know if I can set the decimal separator to be used everytime that I use <f:convertNumber> tag.

I tried to use this:

<f:convertNumber pattern="########0.00" groupingUsed="false" />

but it still sets the comma as decimal separator.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:24:19+00:00Added an answer on May 26, 2026 at 9:24 am

    The default decimal separator depends on the locale used. You can set it in 2 ways:

    1. On a per-view basis by the locale attribute of the <f:view> tag:

       <f:view locale="#{bean.locale}">
      
    2. On a per-converter basis by the locale attribute of the <f:convertNumber> tag:

       <f:convertNumber locale="#{bean.locale}" />
      

    It’s unclear what locale you’re targeting, but the use of . as fraction separator is typical for US dollars with a locale of en-US, for example. So you need to set it as such:

    <f:convertNumber type="currency" currencySymbol="$" locale="en-US" />
    

    It can also be obtained from a java.util.Locale bean property.

    <f:convertNumber type="currency" currencySymbol="$" locale="#{bean.locale}" />
    

    Note that I used type="currency", that’s more self-documenting.

    See also:

    • Does <f:convertNumber> use the right number separator when using patterns to format currency?
    • Localization in JSF, how to remember selected locale per session instead of per request/view
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a vector<set<char> > data structure (transactions database) and I want to know
Hey i dont know if that is possible but i want to set a
I want to know how to set default compiler/linker/etc. flags if I use Autoconf/Automake
I want to know if i can get/set application properties in Mono under Linux,
I've set some default styles for basic elements in WPF that act as default
I have some daemon processes that crashes every now and then and I want
Basically I want to know how to set center alignment for a cell using
I want to know what are the options to do some scripting jobs in
I want to know what exactly is the sequence of calls that occurs when
I know you can use setdefault(key, value) to set default value for a given

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.