I'm having difficulty integrating in the TinyMCE editor. I followed the instructions on the Wiki. I commented out the line in aggregate.xsl about utils.js. The editor window loads and I can save and exit, however the toolbar does not load. I get the following error when I view tiny_mce.js:

/home/rfrovarp/lenya-1.2.x/build/lenya/webapp/lenya/pubs/tiny_mce/sitemap.xmap 
(No such file or directory)
org.apache.cocoon.ResourceNotFoundException: Resource not found.
at <map:mount> - 
file:/home/rfrovarp/lenya-1.2.x/build/lenya/webapp/global-sitemap.xmap:447:117


I added:


<map:pipeline>
     <map:match pattern="tiny_mce/**">
           <map:mount uri-prefix="tiny_mce" src="lenya/usecases/tiny_mce/useca\
se-tiny_mce.xmap" check-reload="true" reload-method="synchron"/>
     </map:match>
</map:pipeline>

to global-sitemap.xmap right below the FckEdit which is below the Kupu/BXE code.

The question is, should this step be put in the Wiki, or did I miss something else along the way? The utils.js is missing and that part should probably be cleaned up as well.

Richard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to