0

Spreadsheet JSP, can not find the tag library descriptor for "http://www.zkoss.org/jsp/zss"

asked 2011-07-14 02:16:57 +0800

smily gravatar image smily
3

updated 2011-07-14 02:18:39 +0800

Try to start Spreadsheet example from example.

HelloJSS.jsp

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>

<body>
<%@ taglib prefix="zss" uri="http://www.zkoss.org/jsp/zss"%>
<div width="100%" style="height: 100%;">
<zss:spreadsheet
    id="myzss" src="/WEB-INF/registrKom2.xlsx" width="100%"
    height="800px" maxrows="200" maxcolumns="40" />
</div>
</body>
</html>


says: "can not find the tag library descriptor for "http://www.zkoss.org/jsp/zss"

What is a problem ?

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2011-07-14 03:34:13 +0800

vincentjian gravatar image vincentjian
2245 6

updated 2011-07-14 03:34:55 +0800

hi, you could try download the sample war file to confirm what you are missing in that page.
I test the war file and it works fine.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-07-14 02:16:57 +0800

Seen: 254 times

Last updated: Jul 14 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More