You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/04/20 00:35:15 UTC

[jira] Closed: (WICKET-479) MarkupComponentBorder should be backported correctly (code is commented out at this time)

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

Johan Compagner closed WICKET-479.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Johan Compagner  (was: Igor Vaynberg)

i had to fix some more stuff to get it completely working correctly.
Addes a unit test
and FormInput has an example.

> 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: Johan Compagner
>             Fix For: 1.3
>
>         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.