1
Negative monetary values when using the native JSF converter, <f:convertNumber type="currency"/>
, stand with the character '-
', before R$.
For example: -R$ 56.134.726,99
.xhtml
<p:column>
<h:outputText value="#{entidade.valorMonetário}">
<f:convertNumber type="currency"/>
</h:outputText>
</p:column>
Is there any way to solve this problem without me having to create my own Converter?
If possible, further develop the explanation, explain the parts of your answer, what are each attribute of <f:>, , and how do they work.? In the written way you simply threw codes saying to apply such Pattern
– UzumakiArtanis
Yes, greatly improved the quality of your response.
– UzumakiArtanis