From: Nathaniel G. A. <nat...@ya...> - 2003-12-02 18:20:16
|
Sure. I would recommend using a Servlet to generate your chart as jsps are not meant, according to the JSP specification, to create binary data. When you use a Servlet, simply have the src attribute of an img tag reference your Servlet. such as: <img src="somePath/myLineChart"/> --- "Ducret, Gilles (MSCI)" <Gil...@ms...> wrote: > Hello, > > I am a new user of jchart. > > At the moment I am generating a single graph in a jsp page, using > the encoder. > > It seems that I cannot happend anything else in this page, only the > graph. > > Could you please tell me how I can: add my content plus the graph, > > and add several graphs in the same web page. > > Many thanks > > Gilles > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender does not waive > confidentiality or privilege, and use is prohibited. > > __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ |