AW: Iterating over a Collection and creating a for each entry of it

2010-06-20 Thread Vollnhofer Bernhard
I've got it working now. I'm using: -Ursprüngliche Nachricht- Von: Vollnhofer Bernhard [mailto:bernhard.vollnho...@itsv.at] Gesendet: Donnerstag, 17. Juni 2010 15:58 An: user@struts.apache.org Betreff: Iterating over a Collection and creating a for each entry of it Hi! Is some

i need more documentation on applicationContext.xml

2010-06-20 Thread Jake Vang
hi, i've been reading and studying http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html. i want to know what is actually going on in applicationContext.xml. for example, what do these two lines do? please explain or refer me to better documentation. -

unit test the service layer (aka data access layer)

2010-06-20 Thread Jake Vang
hi, i've been following this code here at http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html. what i want to know is how to unit test the service layer (or data access object layer). in the case of the link, it would be the PersonServiceImpl class. ---

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

Jasper Report Problem in HTML format

2010-06-20 Thread Amol Ghotankar
Dear List members, I have successfully embedded jasper reports with struts 2, thanks to the documentation. Only major problem that i am facing is when I give format as HTML in xml file, the html page opens but the images are not found. What can be done so that the path of images will be taken co