new AjaxEditableLabel("id") {

  protected Component getLabel(String id) {
   return super.getLabel(id).setEscapeMarkup(false);
  }
};

something like this

On Wed, Jun 1, 2011 at 6:18 PM, wmike1...@gmail.com <wmike1...@gmail.com> wrote:
> Can you elaborate? What do you mean I need to set on these? I can't access
> those methods as they are protected.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/AjaxEditableMultiLineLabel-setEscapeModelStrings-tp3565832p3566112.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to