Re: Best practice, converting a text field value

2010-12-07 Thread Paul Stanton
Kai, are you using 5.2? how did you configure your translators? On 7/12/2010 9:46 PM, Kai Weber wrote: Hi, the user provided input from a TextField/TextArea component should be cleaned from HTML tags. No validation is needed, the requirements are just "remove the HTML", display the result to th

Re: Best practice, converting a text field value

2010-12-07 Thread Thiago H. de Paula Figueiredo
On Tue, 07 Dec 2010 08:46:13 -0200, Kai Weber wrote: Hi, Hi! the user provided input from a TextField/TextArea component should be cleaned from HTML tags. No validation is needed, the requirements are just "remove the HTML", display the result to the user. The first variant I tried is a T