Re: tiny mce and ajax4jsf

2006-12-08 Thread Alin Dosoniu
Kevin, Thank you, I will try to use it. Alin. - Original Message - From: Kevin Galligan To: MyFaces Discussion Sent: Friday, December 08, 2006 4:29 PM Subject: Re: tiny mce and ajax4jsf Its in the wiki. Pretty simple, actually... http://wiki.apache.org/myfaces

Re: tiny mce and ajax4jsf

2006-12-08 Thread Kevin Galligan
Its in the wiki. Pretty simple, actually... http://wiki.apache.org/myfaces/WYSIWYG_Editor Just add the tiny mce code to your webapp, then on the page add the ' tinyMCE.init' function. It wraps itself onto standard textarea's. On 12/8/06, Alin Dosoniu <[EMAIL PROTECTED]> wrote: Hi, I have

Re: tiny mce and ajax4jsf

2006-12-07 Thread Alin Dosoniu
Hi, I have a similar problem but using t:inputHtml control. When it is used with ajax4jsf it does not work... the value from bean is not shown in the control and if editing something into it and submit, the value does not get to server. Is there a tiny mce control in myfaces? Where can I find th

Re: tiny mce and ajax4jsf

2006-12-07 Thread Kevin Galligan
After you email I tried posting to ajax4jsf. I'm not sure if it went through. However, I dug around the code for tinymce and figured out a way to do it, which I'll share in case anybody has the same issue. I figured the reason was that tinymce isn't actually modifying the textarea's data when y

Re: tiny mce and ajax4jsf

2006-12-07 Thread Jeff Bischoff
Kevin, You might try asking this on the Ajax4jsf mailing list or the tinymce forum... unless you already sent it to the ajax list, and I just haven't gotten it yet? :) Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Kevin Galligan wrote: I'm using facelets and myfaces (1.1.5-SNAPS

tiny mce and ajax4jsf

2006-12-07 Thread Kevin Galligan
I'm using facelets and myfaces (1.1.5-SNAPSHOT). I use the tiny mce editor for formatted text. Recently I tried adding ajax4jsf to certain pages. This works great for plain textareas, but when the text area is a tiny mce one, it doesn't work. I know this is pretty specific, but I'm hoping someb