hi,
You can design a graph in Applet or AWT than in jsp.
you do all the codeings in Applet and enbed the applet tag in html .
so u can use in JSP.
<applet code=example.class>
in example.java u can use awt and applet to design.
Best of Luck
(A.Mohamed Anez)
>From: anandapramanik@r...
>Reply-To: "Pro_JavaServer_Pages" <pro_jsp@p...>
>To: "Pro_JavaServer_Pages" <pro_jsp@p...>
>Subject: [pro_jsp] (Urgent ) How 2 do graph in JSP ?
>Date: Sat, 25 Aug 2001 12:21:45
>
>Dear friends,
> I've 2 design graph in JSP according 2 the database report.The
>problem is in initializing the Graphics class.Plz help me.
>
>Thanx,
>Ananda
>---