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 13:01:16 UTC

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

     [ https://issues.apache.org/jira/browse/WICKET-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: myproject.zip

This is the quickstart
                
> 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
>         Attachments: myproject.zip
>
>
> 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