Re: Tapestry 5.1.0.5 FCKEDITOR PROBLEM

2009-12-10 Thread Boban Stojanovski
Problem Solved. thank u i modified my appmodule.java , according to joosts instructions , and it worked. my appmodule.java .. public static void contributeRegexAuthorizer(Configuration conf) { conf.add("^.*png$"); conf.add("^.*jpg$"); conf.add("^.*jpeg$"); c

Re: Tapestry 5.1.0.5 FCKEDITOR PROBLEM

2009-12-10 Thread Joost Schouten (ml)
I too had this problem and it was caused by the new (and very necessary) asset authorisation which prevents web access to your context root through your tapestry app. The default is fairly strict, and as it seems too strict for the FCKeditor in the chenillekit-tapestry package. I added the foll

Re: Tapestry 5.1.0.5 FCKEDITOR PROBLEM

2009-12-09 Thread Ville Virtanen
/core/components/fckeditor/editor/fckeditor.html > > Powered by Jetty:// > > can anyone give me some advice about fixing the problem? > > -- View this message in context: http://old.nabble.com/Tapestry-5.1.0.5-FCKEDITOR-PROBLEM-tp26717402p26723282.html Sent from the Tapestry - User m

Tapestry 5.1.0.5 FCKEDITOR PROBLEM

2009-12-09 Thread Boban Stojanovski
Hi can someone tell me how to implement a fckeditor in a tapestry webapp. i use maven. The Pom.XML is a bit large so ill paste just the fckeditor part org.chenillekit chenillekit-core 1.2.0 jar false org.chenillekit chenillekit-tapestry 1.2.0 jar false Chenillekit has a FCKeditor. I tried t