Someone know how can I configure a WYSIWYG editor on a Tapestry web app?

2008-08-20 Thread marcelo_Java
I'm using the TinyMCE, but when I format my text inside the textarea and submit the form and save the content to the database, the content get stored this way: dsgdeftgdsgdsfgd An when I use an expansion like: ${productInstance.description} The text that appears on the page come out like this:

Re: Someone know how can I configure a WYSIWYG editor on a Tapestry web app?

2008-08-20 Thread marcelo_Java
pestry-core/ref/org/apache/tapestry5/corelib/components/OutputRaw.html > > -Filip > > On 2008-08-21 00:23, marcelo_Java wrote: >> I'm using the TinyMCE, but when I format my text inside the textarea and >> submit the form and save the content to the database, the content g

Re: Someone know how can I configure a WYSIWYG editor on a Tapestry web app?

2008-08-20 Thread marcelo_Java
Easy. Just change > > > ${productInstance.description} > > > to > > > > > > That's all there is to it. > > -Filip > > On 2008-08-21 02:06, marcelo_Java wrote: >> Sorry, I'm new at this forum, should I keep updating in