[
https://issues.apache.org/jira/browse/WICKET-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489981
]
Johan Compagner commented on WICKET-479:
----------------------------------------
i guess i had to add public ContainerInfo(Class containerClass, Locale locale,
String style, String markupType) ?
because i got a compile error! Thats not good!
> MarkupComponentBorder should be backported correctly (code is commented out
> at this time)
> -----------------------------------------------------------------------------------------
>
> Key: WICKET-479
> URL: https://issues.apache.org/jira/browse/WICKET-479
> Project: Wicket
> Issue Type: Task
> Components: wicket
> Affects Versions: 1.3
> Reporter: Johan Compagner
> Assigned To: Igor Vaynberg
> Attachments: MarkupComponentBorder.java
>
>
> The MarkupComponentBorder java file is already brought to 1.3
> (and everything else should work fine now, we need some simple unit test for
> this)
> But because it did use 2.0 MarkupFragement stuff:
> /* MarkupFragment markupFragment = findMarkup(extension);
> MarkupFragment childFragment =
> markupFragment.getWicketFragment(Border.BORDER, true);
> List allElementsFlat = childFragment.getAllElementsFlat();
> Response response = component.getResponse();
> it doens't work in 1.3 currently because that isn't going to be backported.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.