Re: Jasper Report Problem in HTML format

2012-04-27 Thread suhaib999
Hi I am into the same problem, images not getting displayed The link you refer and got it to work, how does this fit inside the struts action class code. In my action I am returning "success", where do you put the below code, where is the method buildDataStore() defined in which class..? -

Re: Jasper Report Problem in HTML format

2010-06-22 Thread Amol Ghotankar
st regards, > Celinio > Fernandes > > --- On Mon, 6/21/10, Amol Ghotankar wrote: > > From: Amol Ghotankar > Subject: Re: Jasper Report Problem in HTML format > To: "Struts Users Mailing List" > Date: Monday, June 21, 2010, 9:25 AM > > Yes it could b

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Celinio Fernandes
    net.sf.jasperreports.j2ee.servlets.ImageServlet         ImageServlet     /servlets/image   HTH Best regards, Celinio Fernandes --- On Mon, 6/21/10, Amol Ghotankar wrote: From: Amol Ghotankar Subject: Re: Jasper Report Problem in HTML format To: "Struts Users Mailing List" Date: Monday, June 21, 201

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Amol Ghotankar
wrote: > Looks like its a path issue. Please see if the image tags in the generated > HTML point to the proper URL for images. > > > > > From: > Amol Ghotankar > To: > Struts Users Mailing List > Date: > 21-06-2010 17:21 > Subject: > Re: Jasper Repor

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Rahul Mohan
Looks like its a path issue. Please see if the image tags in the generated HTML point to the proper URL for images. From: Amol Ghotankar To: Struts Users Mailing List Date: 21-06-2010 17:21 Subject: Re: Jasper Report Problem in HTML format Dear List members, My problem is still not

Re: Jasper Report Problem in HTML format

2010-06-21 Thread Amol Ghotankar
Dear List members, My problem is still not resolved. I am not able to show jasper reports in html format in struts 2. The images that are generated in html format are missing. Please help me on it. Regards, Amol ghotankar On Sun, Jun 20, 2010 at 11:56 PM, Amol Ghotankar wrote: > As per my k

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
As per my knowleadge they are not getting generated properly, as i tried to search them on all possible folders, evern via searching in my computer. Has anyone tried jasper reports in html format before? PDF & XLS working perfectly fine and images are generated and displayed there with no problem

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Brian Thompson
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" wrote: Dear List members, When I try to see the HTML page it shows path of images as src="/images/px" But in we

Re: Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
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