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