[Zope-CMF] how to refresh skins??

Dieter Maurer dieter@handshake.de
Fri, 17 Jan 2003 22:03:25 +0100


robert rottermann wrote at 2003-1-16 19:47 +0100:
 > Ho do I refresh skins when not running in debug mode ??
You mean the FSDirectoryView instances in "portal_skins"?

In this case, you can refresh them by writing their
"path" property.

When I remember right, they are smart and will detect when
you write the same value again. You will need to write twice,
first something wrong then the old value again.


BTW, we should give FSDirectoryView an action to update them...


Dieter