I want to incorporate Flexmonster in Spring MVC. I kept the mondrain xml and jsp files (which contains flexmonster JS files) in the same location of the Spring MVC ,its not picking the license key file ie. flexmonsterpivottablekey.txt.
Please suggest how to integrate the Flexmonster in Spring MVC
Suggested solution is creating security issue Xss (cross site scripting) and script injection issues in our application . Please suggest the standard method to integrate flexmonster in spring MVC
Hi!
If you have trouble with the license file, please use licenseKey parameter instead like this:
flexmonster.embedPivotComponent("flexmonster/", "pivotContainer","100%", "500", {configUrl : "config.xml", licenseKey: "your-license-key"}, "html5", true);