0

ZK 7 how to set Atlantic Theme? [closed]

asked 2013-11-26 12:09:55 +0800

Neus gravatar image Neus
1415 14

Hi, I downloaded ZK 7. I try to use the Atlantic Theme following the instructions in here but my application looks like in silvertail theme yet. I downloaded the jar, set it in my web-inf/lib directory and I add the library-property in the zk.xml. Doing this doesn't work so I decide to delete silvertail.jar and sapphire.jar from web-inf/lib directory. But the application is still in silvertail theme.

There's something more I must do?

Thank you

delete flag offensive retag edit

The question has been closed for the following reason "the question is answered, right answer was accepted" by Neus
close date 2013-12-03 08:56:02

3 Answers

Sort by ยป oldest newest most voted
1

answered 2013-12-02 01:17:57 +0800

jimmyshiau gravatar image jimmyshiau
4921 5
http://www.zkoss.org/ ZK Team

Hi

You can try to call

Themes.setTheme(Executions.getCurrent(), "atlantic");
Executions.sendRedirect(null);
link publish delete flag offensive edit
1

answered 2013-12-02 12:43:14 +0800

salman1 gravatar image salman1 flag of United Kingdom
40 4

updated 2013-12-02 12:45:30 +0800

Hi Neus,

If you're using eclipse then you might need to right-click your project name in the project explorer and click 'refresh'.

Once you've copied over a new .jar file, the project in eclipse might not have 'seen' it so refreshing it will do the trick

link publish delete flag offensive edit

Comments

Something like this may had happened...I downloaded the jar again, closing and reopening the eclipse a couple of times and finally it worked.

Neus ( 2013-12-03 08:55:44 +0800 )edit
0

answered 2013-11-26 12:44:34 +0800

sarco gravatar image sarco flag of Spain
93 6
https://github.com/sarcow...

Have you run the app again?

link publish delete flag offensive edit

Comments

Yes, a lot of times. And I cleared the cache of the browser, and I tried different browsers...but the result is always the same

Neus ( 2013-11-26 14:44:20 +0800 )edit

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-11-26 12:09:55 +0800

Seen: 53 times

Last updated: Dec 02 '13

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