By the way, I'm using wicket 1.2.6

On Wed, Mar 19, 2008 at 2:57 PM, Marco Aurélio Silva <[EMAIL PROTECTED]>
wrote:

> Hi all
>
> Is there a way to set EscapeModelStrings to false in a global way (to all
> components)? I'm having problems with this. If the size of a column on
> database is 20, and the user fill 20 characters on this field and one
> character is, for example, ">", wicket will convert it to '&gt;'  and when
> try to save the field will have more than 20 characters. I just don't want
> to call setEscapeModelStrings(false) for every text field on my
> application....
>
>
> Thank you
> Marco
>
>

Reply via email to