You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marieke Vandamme (JIRA)" <ji...@apache.org> on 2012/09/18 10:33:07 UTC

[jira] [Created] (WICKET-4766) Merging html markup generates incorrect html

Marieke Vandamme created WICKET-4766:
----------------------------------------

             Summary: Merging html markup generates incorrect html
                 Key: WICKET-4766
                 URL: https://issues.apache.org/jira/browse/WICKET-4766
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.0.0
            Reporter: Marieke Vandamme
         Attachments: myproject.zip

I created a small quickstart. 
My HomePage extends my BasePage. 
HomePage has wicket:extend tag and my BasePage wicket:child tag.
The BasePage has some js imports, which render incorrect when my HomePage is called. 


--
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

[jira] [Commented] (WICKET-4766) Merging html markup generates incorrect html

Posted by "Marieke Vandamme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459363#comment-13459363 ] 

Marieke Vandamme commented on WICKET-4766:
------------------------------------------

I'm also using Firefox, but testing the same in Internet Explorer, gives the same output. 
I think it has nothing to do with the browser. 
The html that wicket generates isn't correct. Before printing < sty le type="text/css" media="print" >, there is no closing tag (< / sty le>). 
Also the same worked perfectly with wicket 1.5.7, also in Firefox. 
                
> Merging html markup generates incorrect html
> --------------------------------------------
>
>                 Key: WICKET-4766
>                 URL: https://issues.apache.org/jira/browse/WICKET-4766
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>            Reporter: Marieke Vandamme
>         Attachments: myproject.zip
>
>
> I created a small quickstart. 
> My HomePage extends my BasePage. 
> HomePage has wicket:extend tag and my BasePage wicket:child tag.
> The BasePage has some js imports, which render incorrect when my HomePage is called. 

--
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

[jira] [Updated] (WICKET-4766) multiple