GridWeb SamplePage.jsp example for version 19.2.0

Hello,
I’m currently evaluating Aspose.Cells and the GridWeb component for my company.
I’ve managed to install and test the GridWeb SamplePage.jsp example, version 18.3.0, which I found in this forum, and it seems everything went fine, but I cannot make this simple example work properly with GridWeb version 19.2.0 (downloaded from Aspose.Cells | Excel Spreadsheet Processing Java Library).
At first I couldn’t even load SamplePage.jsp, but after looking into the release notes, I changed the line:

GridWebBean gridweb=BeanManager.getBean(request);

with:

BeanManager.setServlet(request,response);
GridWebBean gridweb=BeanManager.getBean();

Now I see the Excel file rendered, but the component is not working well: for instance, it doesn’t change sheet, the Save button saves an empty excel file, and other issues. There are no javascript errors in the console.

Could you please tell me what I’m doing wrong, or even better, provide a working SamplePage example zip for version 19.2.0, so that I can expand on it and test the various features described in the documentation?

Thank you very much!

@f.bertolino,

We have prepared demos using latest Aspose.Cells.GridWeb (Java) with its resource files in an archive, i.e., .WAR file for your reference. Please find it attached for your test and reference. You may import the .war file into an eclipse IDE and test samples/demos, it should work fine on your end too for all browser types. You may open/run the “index.jsp” file (after extracting the demos to your eclipse project) and execute your desired samples/demos accordingly.

Let us know if you still have any issue.

gridwebdemo.latest1.zip (8.5 MB)

Thank you, the .war is working, I’m going to look into the examples.

@f.bertolino,

You are welcome and thank you for the feedback.