Hi, ist possible to set GLOBAL format locale for JSF Page? So there would be no needed to set <f:convertnumber locale="de_DE"/> be each input field?

ivy.session.setFormattingLocale("de","DE") does not work.

Thank you

asked 12.02.2016 at 08:51

tauser's gravatar image

tauser
(suspended)
accept rate: 33%


did you try to re-define the locale of the engine VM? For example during the dialog start?

java.util.Locale.setDefault(java.util.Locale.GERMAN)
link

answered 15.02.2016 at 09:52

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 15.02.2016 at 09:53

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79

Asked: 12.02.2016 at 08:51

Seen: 1,662 times

Last updated: 15.02.2016 at 09:53