wicket:message does not honor defined namespace (for example, xmlns:w="
http://wicket.apache.org)

With the following markup,

<html xmlns=" http://www.w3.org/1999/xhtml " xmlns:w="
http://wicket.apache.org";>
...
<img src="images/mainmenu-home.jpg" w:message="alt:home_image" alt="Home"
name="home" width="97" height="82" border="0" id="home" />
...
</html>


w:message does not work as wicket:message. The following is reported in the
logs:
INFO  - MarkupResourceData         - You are using a non-standard component
name: w

Reply via email to