JSP

From Documentation
Revision as of 05:10, 15 October 2010 by Tomyeh (talk | contribs) (Created page with '{{ZKDevelopersReferencePageHeader}} =Employment/Purpose= Here describes how to use ZK with a JSP page. ==DOCTYPE== To use ZK components correctly, the JSP page must specify DO…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Employment/Purpose

Here describes how to use ZK with a JSP page.

DOCTYPE

To use ZK components correctly, the JSP page must specify DOCTYPE as follows.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
...

Version History

Version Date Content
     



Last Update : 2010/10/15

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