i have a problem when i try to insert special in TextField , i get some strange caractere so i ovrride the setValue() of the TestField and put UrlEncode before , but now when i want to change it i m still have my string in Url encoded so i ovrride the getValue() also but it's not working
ok sorry , this is the stupid think i have ever done. the solution was in the front of my eyes from the beginning .
because i was using TextField inside a EditorGridPanel and the solution is to put autoEncode to true in EditorGridPanel that all (i m using the Ext 2.2 )
i have leaned another thing today that is Occam's_razor.
sorry again