[studs-user] Text field specialchars
Status: Beta
Brought to you by:
mojavelinux
|
From: Juan C. R. A. <jc...@um...> - 2006-12-12 10:37:12
|
Hello again... I have a form in which a field represents html code written by the user. I have observed the text value that gets inserted in the DB is escaped. By If the user writes: "Hello" http://www.myhost.com/path Inside FormAction I note the value that get passed to the parameter in the setter method is escaped as: \"Hello\" http:\/\/www.myhost.com\/path If the user edits again the form and saves again, the text saved in DB is: \\\"Hello\\\" http:\\\/\\\/www.myhost.com\\\/path How can I disable this behabiour in this concrete case? Does anybody has any idea? Thanks ;-) |