Re: fckeditor for Tapestry 5.3

2013-04-16 Thread Alberto Fernández
tynamo/ckeditor works very well. Thank you! Alberto Fernández Consultoría Informática EASIS, SL Email: afernan...@easis.es 2013/4/15 Michael Prescott > +1 for Tynamo's CKeditor, I'm using it on my current project. > > Michael > > > On 15 April 2013 13:24, Dragan Sahpa

Re: fckeditor for Tapestry 5.3

2013-04-15 Thread Michael Prescott
+1 for Tynamo's CKeditor, I'm using it on my current project. Michael On 15 April 2013 13:24, Dragan Sahpaski wrote: > Probably there are javascript errors in the console. I haven't used the > fckeditor plugin for tapestry but take a look at tynamo's fully functional > ckeditor plugin, compati

Re: fckeditor for Tapestry 5.3

2013-04-15 Thread Dragan Sahpaski
Probably there are javascript errors in the console. I haven't used the fckeditor plugin for tapestry but take a look at tynamo's fully functional ckeditor plugin, compatible with tapestry 5.3.6. http://tynamo.org/tapestry-ckeditor+guide Cheers, Dragan Sahpaski On Mon, Apr 15, 2013 at 6:01 PM, A

Re: fckeditor for Tapestry 5.3

2012-03-01 Thread Dragan Sahpaski
Hi Kalle, Merging this with tynamo? Why not. You can email me what needs to be done. Although before we do it I would like at lest to make some tests to make the module at least half decent. I'm thinking it would also be nice to have support for ALL ckeditor features like image and flash upload o

Re: fckeditor for Tapestry 5.3

2012-02-29 Thread Kalle Korhonen
On Sat, Feb 18, 2012 at 10:11 AM, Dragan Sahpaski wrote: > Hey Kalle, > See the latest commit. It resolves this issues properly. > On each ajax zone update a new ckeditor instance is created and the old > ones are properly destoyed using ckeditorinstance.destroy(). Also the > attached event handle

Re: fckeditor for Tapestry 5.3

2012-02-18 Thread Dragan Sahpaski
Hey Kalle, See the latest commit. It resolves this issues properly. On each ajax zone update a new ckeditor instance is created and the old ones are properly destoyed using ckeditorinstance.destroy(). Also the attached event handlers on FORM_PREPARE_FOR_SUBMIT_EVENT are removed. There was a simpl

Re: fckeditor for Tapestry 5.3

2012-02-18 Thread Dragan Sahpaski
Hey Kalle, See the latest commit. It resolves this issues properly. On each ajax zone update a new ckeditor instance is created and the old ones are properly destoyed using ckeditorinstance.destroy(). Also the attached event handlers on FORM_PREPARE_FOR_SUBMIT_EVENT are removed. There was a simpl

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Kalle Korhonen
On Fri, Feb 17, 2012 at 12:33 PM, Dragan Sahpaski wrote: > OK I see it. After merging the pull request the changes are not saved at > all. Previously the field gets updated although an errors in the javascript > console are thrown upon zone update. After merging mine you mean? Yes, that may be th

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Dragan Sahpaski
Hi, OK I see it. After merging the pull request the changes are not saved at all. Previously the field gets updated although an errors in the javascript console are thrown upon zone update. I tested it after the merge but somehow it didn't reload the page and while I did it in a hurry didn't spot

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Kalle Korhonen
On Fri, Feb 17, 2012 at 4:42 AM, Dragan Sahpaski wrote: > I'm not quite following you. I've successfully tested it with multiple > editors in one zone with form and it's ok. > Can you send me an example page which has this problem? I promise to look > at it right away. Odd then, I get multiple ed

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Dragan Sahpaski
Hi Kalle, Thanks for the code cleanup. I'm not quite following you. I've successfully tested it with multiple editors in one zone with form and it's ok. Can you send me an example page which has this problem? I promise to look at it right away. Cheers, Dragan Sahpaski On Fri, Feb 17, 2012 at 9

Re: fckeditor for Tapestry 5.3

2012-02-17 Thread Kalle Korhonen
Ah well, partly a user error. If you have the component (mixin) wrapped in a zone, you'll get multiple instances of CKEditor with plenty of interesting effects. It does make sense not to re-initialize it during ajax updates but wasn't ready to spend enough time to find the appropriate place to add

Re: fckeditor for Tapestry 5.3

2012-02-16 Thread Kalle Korhonen
Hey Dusko, Dragan, can tapestry5-ckeditor be configured to work with ajax forms? I was hoping to use your component as part of a new project. I had hacked chenillekit's fckeditor a few years go to work with ajax and I imagine this might need similar type of treatment if it's not already supported.

Re: fckeditor for Tapestry 5.3

2011-11-21 Thread Thiago H. de Paula Figueiredo
On Mon, 21 Nov 2011 22:06:46 -0200, TG wrote: Awesome, finally a reply ! ;p The thread has many replies, one saying exactly what I've said, so your statement above isn't true. Hey, how do I fix "you were trying to return a Block without using AJAX (i.e. without setting the zone attribute

Re: fckeditor for Tapestry 5.3

2011-11-21 Thread TG
Awesome, finally a reply ! ;p Hey, how do I fix "you were trying to return a Block without using AJAX (i.e. without setting the zone attribute in the Form component"? Sorry if it sounded too simple to you, but any link or resource would be great. -- View this message in context: http://tapes

Re: fckeditor for Tapestry 5.3

2011-11-21 Thread Thiago H. de Paula Figueiredo
On Sun, 20 Nov 2011 16:18:53 -0200, TG wrote: After days of scratching my head and banging my head against the wall, with no help from the guru in this forum, This is a mailing list, not paid support. We've provided you help: there are at least two working FCKEditor components out there (C

Re: fckeditor for Tapestry 5.3

2011-11-20 Thread TG
After days of scratching my head and banging my head against the wall, with no help from the guru in this forum, I finally avoided the error by not using zone. I suspect this is a bug of T5.3. HTH -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-t

Re: fckeditor for Tapestry 5.3

2011-11-19 Thread TG
I found this https://github.com/hlship/tapx/. I will let everyone know if it works for me on GAEJ. -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p5007540.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: fckeditor for Tapestry 5.3

2011-11-17 Thread TG
Anyone? At least share with me what other rich text editor I can try out that works on T5.3? Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p5002984.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread TG
Have anyone else see the problem of my post? Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4996572.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread TG
Kept only - Same issue. Ya, I like the name ;p -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4994467.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread Lenny Primak
Fckeditor is the best name ever!!! - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread Thiago H. de Paula Figueiredo
On Tue, 15 Nov 2011 11:04:56 -0200, TG wrote: You're putting a TextArea inside a TextArea. Try just t:type="easyfck/fckeditor"> without the surrounding t:type="TextArea"> -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibe

Re: fckeditor for Tapestry 5.3

2011-11-15 Thread TG
It is a form post though and it is as the following - http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; xmlns:sec="http://www.springframework.org/security/tags";> ${serviceObject.id}

Re: fckeditor for Tapestry 5.3

2011-11-14 Thread Dusko Jovanovski
Without looking at your code I can only guess you have forgotten to pass the zone as parameter somewhere, or the request isn't ajax. Something like this: Link Attach the source if you still have errors after trying this. On Mon, Nov 14, 2011 at 1:19 AM, TG wrote: > Ok I managed to fix the per

Re: fckeditor for Tapestry 5.3

2011-11-13 Thread TG
Ok I managed to fix the permgen issue. But now I got this error - An unexpected application exception has occurred. org.apache.tapestry5.runtime.ComponentEventException A component event handler method returned the value Block[Body of EditorSave:mainzone, at classpath:app/pages/EditorSave.tml, li

Re: fckeditor for Tapestry 5.3

2011-11-13 Thread TG
I tried https://github.com/plannowtech/tapestry5-ckeditor and I got HTTP ERROR 500 Problem accessing /editor/CKEditorDemo. Reason: PermGen space Caused by: java.lang.OutOfMemoryError: PermGen space Powered by Jetty:// Is there any settings I can change to reserve more memory to the app?

Re: fckeditor for Tapestry 5.3

2011-11-12 Thread Dusko Jovanovski
On Sat, Nov 12, 2011 at 4:44 AM, Steve Eynon wrote: > Hiya, > > Hello Steve > I do like the idea of implementing it as a Mixin! > > Glad you liked it! > I, err, don't suppose there are any plans to follow though with a > Upload component is there? > > Steve. > > You are reading our minds, we

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Steve Eynon
Hiya, I do like the idea of implementing it as a Mixin! I, err, don't suppose there are any plans to follow though with a Upload component is there? Steve. On 12 November 2011 02:16, Dusko Jovanovski wrote: > You can try out our implementation: > https://github.com/plannowtech/tapestry5-cke

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Dusko Jovanovski
You can try out our implementation: https://github.com/plannowtech/tapestry5-ckeditor It's still not thoroughly tested, but should work fine. Any remarks/complaints/bugs should be reported on GitHub. -- Dusko Jovanovski On Fri, Nov 11, 2011 at 4:50 AM, TG wrote: > Do we have one? If so, any l

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Thiago H. de Paula Figueiredo
On Fri, 11 Nov 2011 15:04:22 -0200, Dimitris Zenios wrote: Nope... Try outside GAE first, as it has some limitations that can cause errors that wouldn't happen in Jetty or Tomcat, for example. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant,

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Dimitris Zenios
Nope... On Fri, Nov 11, 2011 at 4:57 PM, TG wrote: > Is it on Google App Engine for Java (GAEJ)? Mine is on GAEJ and it does not > work. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4984586.html > Sent from the Tapestry - Use

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread TG
Is it on Google App Engine for Java (GAEJ)? Mine is on GAEJ and it does not work. -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4984586.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: fckeditor for Tapestry 5.3

2011-11-11 Thread Dimitris Zenios
This is the one i used in tapestry 5.3 also and it works On Fri, Nov 11, 2011 at 6:01 AM, Steve Eynon wrote: > Hi, > > Easy FCKeditor comes up first with > http://www.google.co.uk/search?q=fckeditor+tapestry > > (I've used it in the past, seems to work well.) > http://kenai.com/projects/t5-easy-f

Re: fckeditor for Tapestry 5.3 RC2

2011-11-10 Thread TG
I got this error - Caused by: java.lang.NoSuchMethodError: org.apache.tapestry5.ioc.Registry.getService(Ljava/lang/Class;)Ljava/lang/Object; at com.orientimport.easyfck.util.LegacyT5ServiceHelper.getService(LegacyT5ServiceHelper.java:40) at com.orientimport.easyfck.connector.FckEd

Re: fckeditor for Tapestry 5.3

2011-11-10 Thread Steve Eynon
Hi, Easy FCKeditor comes up first with http://www.google.co.uk/search?q=fckeditor+tapestry (I've used it in the past, seems to work well.) http://kenai.com/projects/t5-easy-fckeditor > I don't use Maven just FYI. Um, can you not just visit the Maven Repo's and download the jars manually? Steve