Re: disable attribute escaping

2013-06-12 Thread Alfonso Quiroga
) On Tue, Jun 11, 2013 at 7:33 PM, Alfonso Quiroga alfonsose...@gmail.comwrote: Hi, looking at ComponentTag class, method writeOutput()... I suspect that is *impossible* to disable attribute escaping. I'm needing this because I use a read-only textfield, with values like iacute;, etc. where

disable attribute escaping

2013-06-11 Thread Alfonso Quiroga
Hi, looking at ComponentTag class, method writeOutput()... I suspect that is *impossible* to disable attribute escaping. I'm needing this because I use a read-only textfield, with values like iacute;, etc. where I don't want escaping. Any solution? thanks in advance

Re: disable attribute escaping

2013-06-11 Thread Martin Grigorov
Hi, textField.setEscapeModelStrings(false) On Tue, Jun 11, 2013 at 7:33 PM, Alfonso Quiroga alfonsose...@gmail.comwrote: Hi, looking at ComponentTag class, method writeOutput()... I suspect that is *impossible* to disable attribute escaping. I'm needing this because I use a read-only