How do I render Math expressions in my JSP pages?
Hi,
I am sort of a beginner using JSF. I am currently working on a project, where I need to render Math expressions such as fractions, square-roots, power-functions etc.
The problem is, that currently all I am able to do is to use the standard text operators such as '/', '^' etc. I would like to have 'real' math expressions rendered.
Does anyone know how to do this easiest? Is there any tag-libs available for doing so?
I realize it is doable using HTML, but because of the design of my application, it is not an option to insert HTML directly into the JSP pages.
Thanks in advance :)
Best Regards
Thomas

