0

tld file could not be found for uri[http://www.zkoss.org/jsp/zul] prefix [z]

asked 2012-09-25 20:07:16 +0800

bakes gravatar image bakes
3

I am trying to use ZK JSP in my application and am running into the following.

Getting error when trying to include tld in a jsp page:
JSPG0005E: tld file could not be found for uri[http://www.zkoss.org/jsp/zul] prefix

<%@ taglib uri="http://www.zkoss.org/jsp/zul" prefix="z" %>

Application is deployed and running on WebSphere. If the server application is running on does not have outbound internet access then what do I need to do to pull the tld into the project?

Any help is appreciated.

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-09-26 02:20:09 +0800

MontyPan gravatar image MontyPan
435 3
http://xitop.blogspot.com...

Hi bakes,

You can modify the zuljsp.tld, change the value of <uri>, for example:

<!-- <uri>http://www.zkoss.org/jsp/zul</uri> -->
<uri>AnUniqueFooValue</uri>

then use it

<%@ taglib uri="AnUniqueFooValue" prefix="z" %> 

Actually, in Taglib spec, container (like Tomcat, WebSphere, etc) will not connect the uri, just a way to identify which tld should be reference.
I guess there is something wrong in your environment, such that the container can't find ZKJSP's tld file.

Regards,
Monty Pan

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: 2012-09-25 20:07:16 +0800

Seen: 86 times

Last updated: Sep 26 '12

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