Re: FCKEditor Ajax Form Submit

2010-07-10 Thread Thiago H. de Paula Figueiredo
On Fri, 09 Jul 2010 20:13:46 -0300, raulmt wrote: To ensure that FCK updates the linked field before Tapestry sends the Ajax Request, you must listen the Tapestry.FORM_PREPARE_FOR_SUBMIT_EVENT, which is fired syncronously before the Ajax Request is generated. Hi! You're absolutely right

Re: FCKEditor Ajax Form Submit

2010-07-09 Thread raulmt
Thiago, this snippet, at least in T5.1, does not always work. Tapestry also "listens" the submit event of the form (in fact, it replaces the onsubmit property of the form). So, if you have bad luck, the submission of the form will ocurr before FCK can update the linked field. To ensure that FCK u

Re: FCKEditor Ajax Form Submit

2009-09-01 Thread newtonik
Thanks Guys, Works very well! Newton Thiago H. de Paula Figueiredo wrote: > > Em Tue, 01 Sep 2009 11:43:45 -0300, newtonik > escreveu: > >> Hey, > > Hi! > >> Has anyone been able to figure out a way to use the FCKEditor in a ajax >> form submission. It seems like the data in the editor d

Re: FCKEditor Ajax Form Submit

2009-09-01 Thread Thiago H. de Paula Figueiredo
Em Tue, 01 Sep 2009 11:43:45 -0300, newtonik escreveu: Hey, Hi! Has anyone been able to figure out a way to use the FCKEditor in a ajax form submission. It seems like the data in the editor doesn't get assigned during a ajax submit. This prevents me using formzone when I have fckeditor

Re: FCKEditor Ajax Form Submit

2009-09-01 Thread Sebastian Hennebrueder
newtonik schrieb: Hey, Has anyone been able to figure out a way to use the FCKEditor in a ajax form submission. It seems like the data in the editor doesn't get assigned during a ajax submit. This prevents me using formzone when I have fckeditors textarea. Has anyone worked around this issue? T