You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alastair Maw (JIRA)" <ji...@apache.org> on 2007/06/11 00:40:25 UTC

[jira] Resolved: (WICKET-166) borderBodyContainer is not set in AjaxFallbackOrderByBorder.java

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

Alastair Maw resolved WICKET-166.
---------------------------------

    Resolution: Won't Fix

This doesn't seem to apply to 1.3, 2.0 is discontinued.

> borderBodyContainer is not set in AjaxFallbackOrderByBorder.java
> ----------------------------------------------------------------
>
>                 Key: WICKET-166
>                 URL: https://issues.apache.org/jira/browse/WICKET-166
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 2.0 branch (discontinued)
>         Environment: GNU/Linux Kubuntu 6.10
>            Reporter: Jan Loose
>            Priority: Trivial
>
> Border API was changed from 1.2.x to 2.0 and class AjaxFallbackOrderByBorder.java wasn't innovated. There has to be used setBorderBodyContainer() to define MarkupContainer.
> Fix:
> Index: AjaxFallbackOrderByBorder.java
> ===================================================================
> --- AjaxFallbackOrderByBorder.java      (revision 486624)
> +++ AjaxFallbackOrderByBorder.java      (working copy)
> @@ -122,6 +122,7 @@
>                         }
>                 };
>                 add(new AjaxFallbackOrderByLink.CssModifier(link, cssProvider));
> +               setBorderBodyContainer(link);
>         }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.