0

Breeze Theme is not appearing to a JSP page embedded to another application

asked 2011-04-12 11:05:57 +0800

hugoman gravatar image hugoman
3

Hi all,

I was creating a JSP page in NetBeans enclosing ZK components. Testing it everything is working fine without any problem. Now I take the JSP page with all the ZK - JAR files etc. to an existing web application and also everything worked fine except the Breeze theme. It does not appear, just the old blue Theme appear. When enclosing a small script (see below) to ensure the right theme will be used the response was that breeze theme has been used

<z:zscript>
import org.zkoss.breeze.Themes;
import org.zkoss.zk.ui.Execution;
import org.zkoss.zk.ui.Executions;
Themes.setTheme(Executions.getCurrent(), Themes.BREEZE_THEME);
System.out.println("Theme :" + Themes.getTheme(Executions.getCurrent()));
</z:zscript>

Does anyone know, what could went wrong?
Is there any 'workaround' to use the Breeze - Theme anyhow?

Thank you in advance for your assistance.

With kind regards, Michael

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2011-04-17 20:35:37 +0800

samchuang gravatar image samchuang
4084 4

updated 2011-04-17 20:35:59 +0800

Hi, which breeze theme version do you use ?

Can you try to download the latest version, download from ZK Themes

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-04-12 11:05:57 +0800

Seen: 420 times

Last updated: Apr 17 '11

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