users@woodstock.java.net

Problem with theme.properties in Woodstock 4.2 release versus Woodstock 4.0 release

From: Brett M. Bergquist <bbergquist_at_canoga.com>
Date: Mon, 15 Sep 2008 11:44:06 -0400

In Woodstock 4.0, I have a appthemes.properties file that looks like:

    PROGRESS_BUSY=/shared/fragments/resources/asynch-1F.gif
    Theme.javascript=com/canoga/nms/web/theme/js/Module.js
    com/canoga/nms/web/theme/js/DefineClass.js
    com/canoga/nms/web/theme/js/Handler.js
    com/canoga/nms/web/theme/js/master.js

When I upgrade the application to use the Woodstock 4.2 libraries, my
application pages are no longer injected with the scripts that I have
specified using "Theme.javascript". I cannot find any documentation
that this has changed but I have a feeling it has something to do with
the javascript theme property files but I don't know the syntax required
to get it to work.

Any help on pointing me at the correct documentation or what to do will
be greatly appreciated.

Brett