Keikai in JSP

Keikai spreadsheet can also be embedded into a JSP page by a custom tag to empower JSP with AJAX. Spreadsheet JSP tag works pretty much the same way as the spreadsheet ZUL component tag in a ZK application. It supports all the attributes and events.

The easiest way to get started is to download the example project to experience it. Furthermore, if you want a DOM element to interact with Spreadsheet, you can send your own AJAX request in Javascript or use jQuery. Then handle AJAX request by yourself with Spreadsheet API we mentioned in Working with Spreadsheet. We will demonstrate the usage with an example application in the following section.

Get code at GitHub

Comments