You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (Created) (JIRA)" <ji...@apache.org> on 2012/02/07 12:54:59 UTC

[jira] [Created] (WICKET-4391) XsltOutputTransformerContainer incorrectly claims markup type "xsl"

XsltOutputTransformerContainer incorrectly claims markup type "xsl"
-------------------------------------------------------------------

                 Key: WICKET-4391
                 URL: https://issues.apache.org/jira/browse/WICKET-4391
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.4, 6.0.0
            Reporter: Sven Meier
            Assignee: Sven Meier
            Priority: Minor
             Fix For: 1.5.5, 6.0.0


XsltOutputTransformerContainer return "xsl" from getMarkupType(), forcing is on all contained components.

If the components in org.apache.wicket.markup.outputTransformer.Page_1 are reordered (XsltOutputTransformerContainer coming first) the test fails because no markup for SimpleBorder can be found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4391) XsltOutputTransformerContainer incorrectly claims markup type "xsl"

Posted by "Sven Meier (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier resolved WICKET-4391.
--------------------------------

    Resolution: Fixed

Removed overriden #getMarkupType().
                
> XsltOutputTransformerContainer incorrectly claims markup type "xsl"
> -------------------------------------------------------------------
>
>                 Key: WICKET-4391
>                 URL: https://issues.apache.org/jira/browse/WICKET-4391
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.4, 6.0.0
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Minor
>             Fix For: 1.5.5, 6.0.0
>
>
> XsltOutputTransformerContainer return "xsl" from getMarkupType(), forcing is on all contained components.
> If the components in org.apache.wicket.markup.outputTransformer.Page_1 are reordered (XsltOutputTransformerContainer coming first) the test fails because no markup for SimpleBorder can be found.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira