Description
currently wicket lazily registers even the known tag names,this extra step is not necessary and WicketTagIdentifier can just register the known tag names itself. custom/new tag names can be lazily registered like before..
discussed in http://apache-wicket.1842946.n4.nabble.com/Unknown-tag-name-with-Wicket-namespace-panel-td4658755.html
thank you !