Configure ZK Spreadsheet JSP Tag"

From Documentation
(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…')
 
Line 28: Line 28:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
|  
+
| 2.0.1
|  
+
| Jan. 2011
|  
+
| add new feature
 
|}
 
|}
  
 
{{ZKSpreadsheetEssentialsPageFooter}}
 
{{ZKSpreadsheetEssentialsPageFooter}}

Revision as of 01:27, 7 January 2011


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.