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 "my" house
When I try to display it using a Label, like:
new Label("label", DAO.getValue(id));
It does not convert the " 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: [email protected]
For additional commands, e-mail: [email protected]