I'm want to f:convertNumber, I want a number to be displayed in a certain color based on its value.
So I just I need to create a new tag component based off of the convertNumber tag component and add the necessary properties i.e. the color1, color2, color3 and range 1 and range2. And ectend the UINumberConverter to check the range and add the appropriate span with the corresponding color attribute. So I've been doing that but I'm lost as to what kind of entry I need to make to the faces-config.xml file to wrap it all to gether. (I know and I have created the TLD) I don't know if I need to use a <converter> or a <component> entry. I've been using Core JavaServer pages for reference, but I'm just not putting 2 and 2 together yet. Any help would be great. Thanks, MC -- View this message in context: http://www.nabble.com/extending-f%3AconvertNumber-tf2491880.html#a6947154 Sent from the MyFaces - Users mailing list archive at Nabble.com.

