Trying to keep all the presentation stuff in the xhtml on this project and I need to format some values in a selectItem tag have a BigDecimal value and need to make it look like currency. Is there anyway to apply a <f:convertNumber pattern="$#,##0.00"/>
Inside a <f:selectItem>
tag?
Any way to do this or a work around that doesn't involve pushing this into the java code?