How do you integrate JFreeChart and JSF?
I guess one way to do it would be to create a servlet that generate image and use in
<h:graphicImage />
tag. But problem with this is that it looks like h:graphicImage can not be used with
<f:param />
tag. I wonder if there is another way�
Thanks