I'm using wicket 1.2 jar and wicket-contrib-tinymce-1.0-SNAPSHOT.jar 
(built in maven from checking out 1.2 branch of wicket-stuff)

I've added TinyMCEPanel to my page via add(new TinyMCEPanel("tinyMCE"));

When I click on the page (I'm using Fire Fox 1.5.0.6 under OS X), the 
following javascript errors are reported in the console:

Error: this.contentWindow has no properties
Source File: 
http://localhost:9092/car/loads/resources/wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/tiny_mce_src.js
Line: 

2395

Error: editorTemplate has no properties
Source File: 
http://localhost:9092/car/loads/resources/wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/tiny_mce_src.js
Line: 

3372

When I look at the java console, the following is reported:

15 Aug 2006 10:18:26,317 ERROR resource.SharedResourceRequestTarget - 
shared resource 
wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/themes/simple/editor_template_src.js
 
not found
15 Aug 2006 10:18:26,331 ERROR resource.SharedResourceRequestTarget - 
shared resource 
wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/langs/en.js not found
15 Aug 2006 10:18:26,351 ERROR resource.SharedResourceRequestTarget - 
shared resource 
wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/themes/simple/css/editor_ui.css 
not found

So it appears not to have issues requesting 
http://localhost:9092/car/loads/resources/wicket.contrib.tinymce.TinyMCEPanel/tiny_mce/tiny_mce_src.js,
 
but the other resources are failing.

Any ideas? Thanks.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to