You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andy Van Den Heuvel (JIRA)" <ji...@apache.org> on 2013/05/14 12:07:17 UTC

[jira] [Created] (WICKET-5187) Unknown tag name with Wicket namespace: 'panel'

Andy Van Den Heuvel created WICKET-5187:
-------------------------------------------

             Summary: Unknown tag name with Wicket namespace: 'panel'
                 Key: WICKET-5187
                 URL: https://issues.apache.org/jira/browse/WICKET-5187
             Project: Wicket
          Issue Type: Bug
            Reporter: Andy Van Den Heuvel
            Priority: Minor


If you create a non-panel component with PanelMarkupSourcingStrategy(true), and provide the html:

<!doctype html>
<html xmlns:wicket="http://wicket.apache.org">
  <wicket:panel>
  	// MY CODE
  </wicket:panel>
</html>

You get an error: "Unknown tag name with Wicket namespace: 'panel'"

In org.apache.wicket.markup.html.panel.Panel the static code "WicketTagIdentifier.registerWellKnownTagName(PANEL);" will register wicket:panel, 
so you only get this if you add the non-panel component before your first panel. 





--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira