JSP"
From Documentation
m (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…') |
|||
Line 2: | Line 2: | ||
=Employment/Purpose= | =Employment/Purpose= | ||
− | Here describes how to use ZK with a JSP page. | + | Here describes how to use ZK with a JSP page. Basically there are two approaches. |
+ | |||
+ | #Use <code><jsp:include></code> to include a ZUL page. | ||
+ | #Use [http://http://www.zkoss.org/product/zkjsp.dsp ZK JSP Tags] in a JSP page directly. | ||
==DOCTYPE== | ==DOCTYPE== |
Revision as of 08:12, 15 October 2010
Employment/Purpose
Here describes how to use ZK with a JSP page. Basically there are two approaches.
- Use
<jsp:include>
to include a ZUL page. - Use ZK JSP Tags in a JSP page directly.
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 |
---|---|---|