Den 08.07.2011 19:36, skrev Sandro Martini:
Hi all,
after some test, running ant deploy, inside the pivot-demos.war, in the
list-data.html generated file it seems that the related part is generated
right:

                 var startupProperties = [];

                     startupProperties.push("basePath=pivot-demos/assets");

                 parameters.startup_properties = startupProperties.join("&");
It's from the live site:

http://pivot.apache.org/demos/large-data.html

The path should be /assets, not pivot-demos/assets, I think :)

Reply via email to