Configure ZK Spreadsheet JSP Tag

From Documentation


Configure ZK Spreadsheet JSP Tag



Available in ZK Spreadsheet EE only

Downloads

Configuration

  • Configure downloaded ZK & ZK Spreadsheet binaries as your JSP web application libraries by either directly copying into WEB-INF/lib or putting them on your web application classpath
  • Add org.zkoss.zk.au.http.DHtmlUpdateServlet and its mapping into web.xml as shown below
  <servlet>
  	<description>
  	The asynchronous update engine for ZK</description>
  	<servlet-name>auEngine</servlet-name>
  	<servlet-class>
  	org.zkoss.zk.au.http.DHtmlUpdateServlet</servlet-class>
  </servlet>
  <servlet-mapping>
  	<servlet-name>auEngine</servlet-name>
  	<url-pattern>/zkau/*</url-pattern>
  </servlet-mapping>

Version History

Last Update : 2011/01/07


Version Date Content
2.0.1 Jan. 2011 add new feature


All source code listed in this book is at Github.


Last Update : 2011/01/07

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.