This content has been marked as final.
Show 2 replies
-
1. Re: EL expressions in f:convertNumber currencyCode not working
Craig Bensemann Jun 7, 2010 5:17 PM (in response to Waldo Nell)I had the same problem. I wanted to dynamically set the maxFractionDigits using EL but found that it was just not resolving the EL and my backing bean was never called. I'm not sure why as the API Docs say an expression is allowed. Unfortunately the simplest solution for me was to write my own converter and use that (the number converter wasn't really going to do exactly what I wanted anyway so for me it was no major loss). So I guess all I can do is confirm your problem rather than actually provide you with a solution......
-
2. Re: EL expressions in f:convertNumber currencyCode not working
Michal Rejda Apr 19, 2013 3:23 AM (in response to Waldo Nell)Here is the explanation of this problem: