0

using namespace in jsp file

asked 2005-12-27 06:38:33 +0800

admin gravatar image admin
18691 1 10 130
ZK Team
Here is another question regarding the mixing the multi markup language in single page. Since i'm not using the .zhtml file, but i'm using the .jsp file. And when i try to using the namespace, i get this error: JSPG0227E: Exception caught while tr
delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2005-12-27 07:07:11 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3494237

By: tomyeh

>>
>> Unable to locate... getThemeUri
>>
Did you specify taglib? It can be found in zul's source codes. Also, this method is renamed to getThemeURI in the last version.

<?taglib uri="/WEB-INF/tld/zul/core.dsp.tld" prefix="u" ?>

>>
>> Error 500...
By default, it recognizes only htm, html, xhtml and zhtml.

To use others, you have to specify the following in your JSP.

<?page language="xhtml"?>

link publish delete flag offensive edit

answered 2005-12-27 08:19:56 +0800

admin gravatar image admin
18691 1 10 130
ZK Team
Here is my example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <?taglib uri="/WEB-INF/tld/zul/core.dsp.tld" prefix="u" ?> <HTML xmlns:zk="http://www.potix.com/2005/zk"> <HEAD> <%@ page language=
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: 2005-12-27 06:38:33 +0800

Seen: 784 times

Last updated: Dec 27 '05

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