Help with Data
Posted on January 10, 2016 at 12:21pm
how to post data from js to jsp jasperreport ( is a web project) ???
in my javascript file i have data , this data i want to put in my report,.
help me please, thanks!
Joined: Oct 7 2015 - 2:59pm
Last seen: 6 years 6 months ago
Posted on January 10, 2016 at 9:19pm
Just use the JSON datasource. Note that this means you can pull the data from jrxml file but not push data from your js.
If you need to push data to jrxml, you'll have to develop your own servlet.
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago