Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
Hi, I think I solved this one. The findings show that FCK editor java integration library could do little bit more descriptive errors... The SimleFckEditorConnector you supplied is a bit invalid. The method public List> getFiles(ResourceType rt, String currentFolder) throws InvalidCurrentFolde

Re: easyfckeditor and file upload

2010-03-29 Thread Tomek
easyfck ver. 1.0.4 tapestry ver. 5.1.0.5 I also noticed that only when I add configuration to my textarea that uses easyfckeditor, searvices like FckEditorUserRightService FckEditorPathService are initialized. This is my config for fckeditor FCKConfig.ContextMenu = []; FCKConfig.ToolbarSets["Defa

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
Hi, and sorry for spamming this many messages :) What is the tapestry 5 version? Only 5.1.0.5 is supported. Later I plan to continue to support 5.1 and 5.2 branches if there are some changes that require heavy changes, otherwise both are supported out of the box. So, I have not tested with the 5

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
Hi, also forgot to mention that 1.0.5 version contains fix for that warning during startup, however it shouldn't affect anything. I'll try to release 1.0.5 as soon as We've solved this problem. - Ville Tomek-28 wrote: > > Hi, > > I use jetty 6.1.9 as a maven plugin. Problem occurs in Wind

Re: easyfckeditor and file upload

2010-03-29 Thread Ville Virtanen
Hi, this seems to be hard to reproduce, as I've run now tests for over an hour. The version of easyfck is 1.0.4, right? If you can share the project with me for testing purposes I would be more than happy to download it and debug it. I understand if you don't wish to share it though. Any pointer

Re: easyfckeditor and file upload

2010-03-29 Thread Tomek
Hi, I use jetty 6.1.9 as a maven plugin. Problem occurs in Windows and Linux this is my implementation of FckEditorUserRightService public class SimpleFckEditorUserRightServiceImpl implements FckEditorUserRightService { private final Logger logger; public SimpleFckEditorUserRightServic

Re: easyfckeditor and file upload

2010-03-28 Thread Ville Virtanen
Hi, can you attach the stack trace for further analysis? Also what servlet container are you using to run software? -Ville Tomek-28 wrote: > > Hi, > > i need to integrate a WYSIWYG editor to my website. I found only 2 > projects > that integrate fckeditor with tapestry 5 - ChenilleKit and e