Re: WOText Escape HTML Broken?

2008-08-03 Thread Mr. Frank Cobia
You are correct. I did not investigate the behavior enough. I thought it was not working because WOText inherits from WOInput which has some "EscapeHTML" methods. But it turns out I do not need them. I thought I had to have "" in my textarea to get the proper behavior since HTML normally in

Re: WOText Escape HTML Broken?

2008-08-03 Thread Rams
On Aug 2, 2008, at 4:06 PM, Mr. Frank Cobia wrote: The "escapeHTML" binding has not effect on WOText (or ERXWOText). Is this the way it is supposed to behave or is it broken. I am using WO 5.4.2 on Mac OS. I think escapeHTML is only for text display (WOString) and not for text input(WOTex

WOText Escape HTML Broken?

2008-08-02 Thread Mr. Frank Cobia
The "escapeHTML" binding has not effect on WOText (or ERXWOText). Is this the way it is supposed to behave or is it broken. I am using WO 5.4.2 on Mac OS. As a follow up question, whether it is broken or not, is there a way for me to create a textarea without the HTML being escaped? All I a