0

JSP Tags Internationalization

asked 2009-12-10 15:43:13 +0800

n4rk0 gravatar image n4rk0
120 3

Hi all,

I'm using JSP Tags and I need to do the internationalization but I have some problems. I've got the ZK Studio inside my WebSphere Integration Developer. If I make a new project without using JSP Tags, internationalization works fine. But, when I make a project with JSP Tags internationalization fails beacuse the core.tld is not founded (I think)
This is my JSP code :


<%@ taglib uri="http://www.zkoss.org/jsp/zul" prefix="zk"%>
<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"%>

<zk:window>
		<zk:label value="${c:l('some.line')}" />
</zk:window>


The error line is : No function is mapped to the name "c:l".

I have a propertie in my WEB-INF directory with the line

some.line = something

Some ideas? Thanks for your time.

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2009-12-11 09:01:25 +0800

n4rk0 gravatar image n4rk0
120 3

I tried Internationalization in Eclipse and works fine ... I think the problem is my Websphere Integration Developer (?) or me (?)

link publish delete flag offensive edit

answered 2009-12-13 19:36:47 +0800

joylo0122 gravatar image joylo0122
688 1
www.zkoss.org

@n4rk0

Hi n4rk0, have you download our ZK JSP DEMO? Maybe you can run it and see if it has the same problem.

/Joy

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: 2009-12-10 15:43:13 +0800

Seen: 474 times

Last updated: Dec 13 '09

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