Struts2 - Using java.util.Map as datasource in the jasperreports

2013-07-29 Thread Omar Ngarigari
Hello, I was able to generate a PDF file using struts2-jasperreports-plugin using java.util.List as datasource. However, I am not able to do the same with the java.util.Map datasource. My question is anybody knows how to use java.util.Map datasource in the struts2-jasperreports-plugin? Thank

Re:[SOLVED] using java.util.Map

2004-06-16 Thread Henrique VIECILI
ubject: Re: using java.util.Map > From: "Barnett, Brian W." <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' > <[EMAIL PROTECTED]> > Subject: RE: using java.util.Map > Date: Tue, 15 Jun 2004 13:44:00 -0500 > > If you don't

Re: using java.util.Map

2004-06-15 Thread Ron Grabowski
> From: "Barnett, Brian W." <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' > <[EMAIL PROTECTED]> > Subject: RE: using java.util.Map > Date: Tue, 15 Jun 2004 13:44:00 -0500 > > If you don't use the collection attribute, and you >

Re: using java.util.Map

2004-06-15 Thread Henrique VIECILI
Ok, thanks. I just thought that could be some way of doing this with java.util.Map instead of any collection. Henrique Viecili - Original Message - From: Barnett, Brian W. To: 'Struts Users Mailing List' Sent: Tuesday, June 15, 2004 3:44 PM Subject: RE: using jav

RE: using java.util.Map

2004-06-15 Thread Barnett, Brian W.
ssage - From: Barnett, Brian W. To: 'Struts Users Mailing List' Sent: Tuesday, June 15, 2004 2:57 PM Subject: RE: using java.util.Map Here is an example that we have used and it works: -Original Message----- From: Henrique VIECILI [mailto:[EMAIL PROTECTED

Re: using java.util.Map

2004-06-15 Thread Henrique VIECILI
Mailing List' Sent: Tuesday, June 15, 2004 2:57 PM Subject: RE: using java.util.Map Here is an example that we have used and it works: -Original Message- From: Henrique VIECILI [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 12:00 PM To: Struts Users Mai

RE: using java.util.Map

2004-06-15 Thread Barnett, Brian W.
Here is an example that we have used and it works: -Original Message- From: Henrique VIECILI [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 12:00 PM To: Struts Users Mailing List Subject: using java.util.Map Does anyone know howto use the tag with the values and

using java.util.Map

2004-06-15 Thread Henrique VIECILI
Does anyone know howto use the tag with the values and label inside a Map? I´ve tried this: but it didnt work... Any sugestions?! Henrique Viecili