aspose file tools
The moose likes JSF and the fly likes can't change currency format to french automatically Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "can Watch "can New topic
Author

can't change currency format to french automatically

lijun wang
Greenhorn

Joined: Jan 20, 2006
Posts: 28
Hi, I have JSF code :
<hutputText styleClass="outputText" id="text1" value="#{testBean.f}">
<f:convertNumber locale="fr" type="currency" currencySymbol="$"/>
</hutputText>

which testBean.f = 9.99

I think it should display 9,99$(french format), but it is not, anybody know the reason?
Thanks,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: can't change currency format to french automatically
 
Similar Threads
Foreign key field population from datatable to textbox?
retrieve a int from backbean and dinamically work with it in the .xhtml in very bizarre way
JSTL fmt:formatDate and fmt:formatNumber in JSF pages
how to format the price of a product specified in Indian Rupees
How to show Browser time in JSF outputText component?