integrate « ZK « JSP-Servlet Q&A





1. How do I integrate existed JSP with ZK?    zkoss.org

Orignial message at: https://sourceforge.net/forum/message.php?msg_id=3814163 By: nobody I'm new to ZK and web programming. And I need to enrich my JSP file by ZK UI. for example I have a jsp file like this: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+ path+"/"; %> ...

4. Integrate with JSP, Servlets...    zkoss.org