Thomas Vandahl wrote:
Scott Eade wrote:
UITool.setSkin(user, skin);
Right. Tried that. But my observation was, that this does not take
effect until the tool is initialized again (which does not happen during
the normal session life cycle). What helps is to reload the application
which serializes and de-serializes the session...
Looks like I am breaking the rules then:
UITool.setSkin(user, skin);
((UITool) context.get("ui")).init(user);
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]