Need a special offer?Find out if your project fits.
+

How to incorporate Flexmonster in Spring MVC

Answered
m.kumar10 asked on June 23, 2015

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

1 answer

Public
Roman Petrusha Roman Petrusha Flexmonster June 23, 2015

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);

Please login or Register to Submit Answer