how add tag libraries in jsp (jee5)??

Discussion about JFreeChart related to stockmarket charts.
Locked
tavolondono
Posts: 2
Joined: Tue Feb 19, 2008 2:08 am

how add tag libraries in jsp (jee5)??

Post by tavolondono » Tue Feb 19, 2008 2:18 am

i'm using netbeans 6 and i want to do some charts in a jsp

i have a problem when i add the following code to the jsp, for make the example;

<%@ taglib uri="the uri of the example" prefix="c" %>

this error appear in the ide

"the content of elements most consist on well-conformed character data or markup".

somebody help me !!!! :( :(

Locked