Hello everybody!
I am trying to create a custom Menu Component in JSF. which should be rendered in HTML. I am confused which HTML tag should be used to render the Menu Component.
When I went through the following link:
http://java.sun.com/j2ee/javaserverf...omponents.html
This uses an HTML image tag with the src attribute pointing to url of ChartServlet which actually creates the chart.
Should I use the same concept like the HTML image tag to create my menu component or is there any other way to create the custom Menu Component?
Could anybody give me the necessary guidelines.
Thanks
Finny