-
FEATURED COMPONENTS
First time here? Check out the FAQ!
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
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
Hi
You can try to call
Themes.setTheme(Executions.getCurrent(), "atlantic");
Executions.sendRedirect(null);
Have you run the app again?
Asked: 2013-11-26 12:09:55 +0800
Seen: 53 times
Last updated: Dec 02 '13