Are the images saved as temp files and accessed as files through tomcat, or are they generated on access by something like /getImage.action?
On Jun 20, 2010 6:12 AM, "Amol Ghotankar" <ghotankaru...@gmail.com> wrote: Dear List members, When I try to see the HTML page it shows path of images as src="/images/px" But in web content images folder no such images are created, nor they are created any where on my disk. Does this means that their is a bug in Struts 2 that it does not properly create images required for report for HTML format. Other formats like pdf, xls work perfectly fine. Generally where are these images stored??? In temp dir or in tomcat server or in project dir or somewhere else on disk. Can we change it. I am trying it very hard but not able to get any solution as images are created dynamically. On Sun, Jun 20, 2010 at 4:34 PM, Amol Ghotankar <ghotankaru...@gmail.com >wrote: > Dear List members, > > I have successfully embedded jasper reports with struts 2, thanks to the >...