Hi All, I would like to use FCKeditor with Turbine (It is a very exellence js editor: http://www.fckeditor.net ). It works very well with turbine, but it has a server side servlet, which can serve list of directories, upload files, etc. Unfortunately the servlet links relative to fckeditor base link, and works by url encoding standard, forexample: http://server/uri?param1=value1¶m2=val2...
Fckeditor basedir of Turbine is: scripts/fckeditor, and link is like: http://server/turbine_app/scripts/fckeditor/editor/dialog/action/FCKAction/eventSubmit_doImage/ ---------------------------------fckeditor base---^rel.path ------^ my actionevent ----------------------------------^ Turbine accept only turbine_app/action/actioneventname/ and turbine_app/template/templatename.vm format links. It seems to be two way: 1. modify FCKeditor parameter passing methods (ouhhhhhhhhhh) 2. find any method to accept standard uri are there any suggestions? -- thx, ---------------------------------------------------- Zoltan Zidarics programmer PTE University Pecs, Hungary icq: 43288694 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
