Configure ZK Pivottable JSP Tag

From Documentation
Revision as of 03:22, 8 May 2013 by Neillee2 (talk | contribs) (Created page with "{{ZKPivottableEssentialsPageHeader}} __TOC__ ===Downloads=== * Download [http://www.zkoss.org/download/zk.dsp ZK Framework] binaries. * Download [http://www.zkoss.org/downloa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Configure ZK Pivottable JSP Tag



Downloads

Configuration

  1. Configure your JSP web application to use ZK Framework, ZK Pivottable, ZK JSP Tags Library
    • copying the binaries into WEB-INF/lib - OR -
    • copying the binaries into the shared library folder of your web server
    • copying the binaries into one of the folders pointed to by your web application's classpath
  2. Add 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>



Last Update : 2013/05/08

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