As I'm just on the way of trying to get it work:

In 
blocks/cocoon-ajax/cocoon-ajax-impl/src/main/resources/org/apache/cocoon/ajax/resources/manifest.js
 you use a double
slash
   dojo.registerModulePath("cocoon.ajax", 
"servlet://resource/external/ajax/js");

in 
blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/resources/js/manifest.js
 you use a
single slash
    dojo.registerModulePath("cocoon.forms", 
"servlet:/resource/external/forms/js");

Don't know if it matters but just looks inconsistent to me (at least not 
logical).

Felix

Reply via email to