What do you mean? If wicket escapes and unescapes it on database should be
saved ">" instead ">" ?

On Wed, Mar 19, 2008 at 3:20 PM, Matej Knopp <[EMAIL PROTECTED]> wrote:

> What you are saying makes little sense. Wicket escapes and unescapes
> the field value transparently, so your model object will never contain
> the &gt;
>
> -Matej
>
> On  Wed, Mar 19, 2008 at 6: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
> >
>
>
>
> --
> Resizable and reorderable grid components.
> http://www.inmethod.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to