Hello,

I use Prototype 1.6 in conjunction with Smarty 3. I habe also a MySql
DB with several columns that contains chars like > or others that can
be encoded with the php function: htmlentities

I do not want to do a htmlentities before DB insert. The DB should
contain no entitites just real text! The values comes from the DB
trough Smarty, which transform them in their entity codes to have save
display.

The problem is, that if the HTML generated by Smarty website contains
the correct entities. But if I use the response in Prototype's
Ajax.Updater the entities afterwards are decoded.

Is there a way to disable it? Like the evalJS parameter to avoid JS
execution in ajax responses. Or is this a bug?

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to