Is it true that HTML tags have become case sensitive in Wicket? I just tried to link to a page that I knew existed TestPage.html with a wicket link. It gave me a resource not found message when I had the following link:

<wicket:link>
<A HREF="TestPage.html">Test</A>
</wicket:link>

If this is true, is it deliberate?

Regards,
Linda

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

Reply via email to