call setescapemodelstrings(false) on the textfields to disable escaping.

-igor

On Tue, Mar 8, 2011 at 7:48 AM, Henrique Boregio <hbore...@gmail.com> wrote:
> Hi, quick question.
> Wicket automatically escapes special characters so when I type in:
> This is "my" house.
>
> What gets stored in my database is: This is &quot;my&quot; house
>
> When I try to display it using a Label, like:
> new Label("label", DAO.getValue(id));
>
> It does not convert the &quot; to quotes.
>
> Is there a way to automatically do this or do I have to manually check
> and convert everything?
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to