During upgrading our site from wicket 1.8 to wicket 7.X, we found problem to
display label with an image path inside. The problem doesn't happen in
earlier version.
//the following text is store in properties file in real case
String remindMessage = "some text at the beginning
<\"images/icon/add.gif\"> something text at the end"
form.add(new Label("remindMsg",
remindMessage).setEscapeModelStrings(false));
The label image is displayed correctly first time loading the page.
However, the render image path does not exist after submit the form.
We have around a hundred of this cases. Anyone knows good method to do the
fix?
--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]