I think the point here is not to call setEscapeModelString at all.
Unless I'm missing something the call is completely redundant in this
case and only results in invalid markup generated when user enters a
xml entity.

-Matej

On Wed, Mar 19, 2008 at 9:48 PM, Per Newgro <[EMAIL PROTECTED]> wrote:
> Hi Marco,
>
>  do you have the ability to change the textfield creation to a factory?
>  You could use a creator for EscapeIgnoringTextField, wich is a call to
>
>  public static TextField createEscapeIgnoringTextField(String id, IModel 
> model)
>  {
>   return new TextField(id, model).setEscapeModelStrings(false);
>  }
>
>  Just a suggestion :-)
>  Cheers
>  Per
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
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