You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Eelco Hillenius <ee...@gmail.com> on 2007/11/03 08:11:52 UTC

Re: "wicket:message" error when using custom namespace (xmlns:w="http://wicket.apache.org)

On 10/18/07, Otan <gh...@gmail.com> wrote:
> 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

Hmmm. Can you trace from WicketNamespaceHandler or provide a
quickstart or unit test for us please?

Eelco

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