Re: how to Display a chart created by jfreechart-plugin in a jsp?

2007-08-03 Thread Amit Sharma
HI You can store the image created by jfreechart at some temporary location, and then get the image from this location while displaying. On 03/08/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: > > > Hi all, > > http://struts.apache.org/2.x/docs/jfreechart-plugin.html > > In this page it just gives a

Query

2007-07-10 Thread Amit Sharma
How to have the struts action being called from the web.xml configuration, e.g. see below /login.do The thing that I know is that the JSP/html pages can be configured to be the welcome page. So if above can't be done then I am planning to have a JSP being called and then redirecting