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:
dsgdeftgdsgdsfgd

And when you see the source of the page, this part gets its simbols
replaced:

dsgdeftgdsgdsfgd

Anybody have any idea? -- View this message in context: http://www.nabble.com/Someone-know-how-can-I-configure-a-WYSIWYG-editor-on-a-Tapestry-web-app--tp19079202p19079202.html Sent from the Tapestry - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2008-08-20 Thread marcelo_Java

Sorry, I'm new at this forum, should I keep updating in here?

So, I was not aware of this component, what would be the best way to
implement this solution in this code?:




# ${productInstance.name} 



 ${productInstance.productPhoto}





   ${productInstance.description}




$ ${productInstance.price}

 # Details 
 # Put it in the bag 




Filip S. Adamsen-2 wrote:
> 
> Hi,
> 
> This is really a question for the users list.
> 
> That said, you want to use the OutputRaw component:
> http://tapestry.apache.org/tapestry5/tapestry-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 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:
>> dsgdeftgdsgdsfgd
>> 
>> And when you see the source of the page, this part gets its simbols
>> replaced:
>> <p><strong>dsgdeftgdsgdsfgd</strong></p>
>> 
>> Anybody have any idea?
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Someone-know-how-can-I-configure-a-WYSIWYG-editor-on-a-Tapestry-web-app--tp19079202p19080337.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2008-08-20 Thread marcelo_Java

THANK YOU SO MUCH!

You don't know how much time I spent searching for that, I leave a billion
messages to Howard Lewis...

Sorry for everything, in my next quests I will post in the right place.

Thank you all,
Marcelo R.


Filip S. Adamsen-2 wrote:
> 
> Hi,
> 
> 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 here?
>> 
>> So, I was not aware of this component, what would be the best way to
>> implement this solution in this code?:
>> 
>> 
>>  
>>  
>> # ${productInstance.name} 
>> 
>> 
>> 
>>  ${productInstance.productPhoto}
>> 
>> 
>> 
>> 
>> 
>>> id="descricao_anuncio">${productInstance.description}
>> 
>> 
>> 
>> 
>>  $ ${productInstance.price}
>> 
>>  # Details 
>>  # Put it in the bag 
>> 
>>  
>> 
>> 
>> Filip S. Adamsen-2 wrote:
>>> Hi,
>>>
>>> This is really a question for the users list.
>>>
>>> That said, you want to use the OutputRaw component:
>>> http://tapestry.apache.org/tapestry5/tapestry-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 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:
>>>> dsgdeftgdsgdsfgd
>>>>
>>>> And when you see the source of the page, this part gets its simbols
>>>> replaced:
>>>> <p><strong>dsgdeftgdsgdsfgd</strong></p>
>>>>
>>>> Anybody have any idea?
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Someone-know-how-can-I-configure-a-WYSIWYG-editor-on-a-Tapestry-web-app--tp19079202p19080799.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]