| Author |
can't change currency format to french automatically
|
lijun wang
Greenhorn
Joined: Jan 20, 2006
Posts: 28
|
|
Hi, I have JSF code : <h utputText styleClass="outputText" id="text1" value="#{testBean.f}"> <f:convertNumber locale="fr" type="currency" currencySymbol="$"/> </h utputText> which testBean.f = 9.99 I think it should display 9,99$(french format), but it is not, anybody know the reason? Thanks,
|
 |
 |
|
|
subject: can't change currency format to french automatically
|
|
|