I use quite a few <wicket:message> tags in my application. Since wicket 1.2 
beta3 this tag doesn't work anymore, Wicket acts like he has never heard of 
this tag before.

I looked a bit into it and found out the tag wasn't registered as a known tag.
So when I added this to my subclass of WebApplication:

WicketTagIdentifier.registerWellKnownTagName("message");

.. everything worked fine again.

I consider this to be a bug. The resolver of <wicket:message> obviously doesn't 
automatically register it's tag anymore. All the other resolvers do.


Tom

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.5/300 - Release Date: 4/3/2006
 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to