On Sat, Mar 29, 2008 at 8:37 AM, Bob Buffone <[EMAIL PROTECTED]> wrote: > Ted, > > I looked into the problem, and it seems that the configuration file > > xap/config/XapConfig.js is wrong in the dist directory. > > The file defines > > pluginFiles: [ > "xap/src/xap/taghandling" > ], > > Instead of > > pluginFiles: [ > "xap/src/plugin.xml" > ], > > If you change the file and clear the cache it will work correctly.
Thanks, I did, and it did :) I'll continue to work with XAP, and look forward to the next release vote. Incidentally, the xap/config/XapConfig-Min.js file did not appear to be minified, in that it still contained comments. Also I noticied that it has a "null" value for "PlugInFiles". HTH, Ted.
