You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Phillip Rhodes <sp...@rhoderunner.com> on 2009/04/24 22:19:55 UTC

setEscapeModelStrings on PropertyColumn?

I have a DefaultDataTable that I am adding PropertyColumn's to.
I would like to disable output escaping on the value of the PropertyColumn, but I don't see the setEscapeModelStrings on the PropertyColumn.

Any hints?
Thank you!


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


Re: setEscapeModelStrings on PropertyColumn?

Posted by Martijn Dashorst <ma...@gmail.com>.
either create a subclass of propertycolumn that does this, or
visitChildren(..) in onbeforerender (after super.onbeforerender) and
call setEscapeModelStrings on the label component.

Martijn

On Fri, Apr 24, 2009 at 10:19 PM, Phillip Rhodes
<sp...@rhoderunner.com> wrote:
> I have a DefaultDataTable that I am adding PropertyColumn's to.
> I would like to disable output escaping on the value of the PropertyColumn, but I don't see the setEscapeModelStrings on the PropertyColumn.
>
> Any hints?
> Thank you!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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