Harald,

Can I convince you to file an issue, if that is an issue?

http://code.google.com/p/tapestry5-components/issues/list

If you can, provide an example situation that would cause a problem.

thanks!

Harald Geritzer wrote:
> Chris Lewis schrieb:
>> Hi Harald,
>>
>> tapestry5-components has an editor component (which uses fck):
>>
>> http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/Editor.html
>>
>
> ty,
>
> guess in writeScript():
>
> _value = _value.replace('\r', '\\');   //this is needed for javascript
> to be able to extend a string                     across multiple lines
> _value = _value.replace("'", "'"); //this is needed because the
> string delimiter is ' for the                         script below
>
> _value.replace should be better replaced by _value.replaceAll  ?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-- 
http://thegodcode.net


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

Reply via email to