| Author |
Problem in using "exportParameters" in struts2
|
Rushabh Vashi
Greenhorn
Joined: Apr 27, 2011
Posts: 17
|
|
Hi friends I am creating my application using Struts2 and JasperReports.
I have created PDF files using Action class itself.
Here is my Struts.xml file
Here i want to save my PDF file on my dream destination.For that i am using exportParamMap.
http://struts.apache.org/2.x/docs/jasperreports-plugin.html
As per documentation we can use "JRExporterParameter" by passing values into Map.
In my Action class i am using following code to populate my Map.
By doing that my PDF is getting generated but i am not able to retrieve that file on destination i mentioned.
I am using the same parameters for creating conventionally and in that case it is getting generated at desired place.
I think there might be some issue while populating Map.
If you have any idea please let me know.
Thanks in advance
Rushabh
|
 |
Rushabh Vashi
Greenhorn
Joined: Apr 27, 2011
Posts: 17
|
|
Rushabh Vashi wrote:Hi friends I am creating my application using Struts2 and JasperReports.
I have created PDF files using Action class itself.
Here is my Struts.xml file
Here i want to save my PDF file on my dream destination.For that i am using exportParamMap.
http://struts.apache.org/2.x/docs/jasperreports-plugin.html
As per documentation we can use "JRExporterParameter" by passing values into Map.
In my Action class i am using following code to populate my Map.
By doing that my PDF is getting generated but i am not able to retrieve that file on destination i mentioned.
I am using the same parameters for creating conventionally and in that case it is getting generated at desired place.
I think there might be some issue while populating Map.
If you have any idea please let me know.
Thanks in advance
Rushabh
|
 |
 |
|
|
subject: Problem in using "exportParameters" in struts2
|
|
|