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]
