Configure ZK Spreadsheet JSP Tag

From Documentation
Revision as of 04:30, 3 January 2011 by Ashishd (talk | contribs) (Created page with '{{ZKSpreadsheetEssentialsPageHeader}} __TOC__ {{ZSS EE}} ===Downloads=== * [http://www.zkoss.org/download/zk.dsp Download ZK] 5.0.5 or later release binaries. * [http://www.zko…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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/03


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2011/01/03

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