You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Justin Lee (JIRA)" <ji...@apache.org> on 2007/08/17 21:04:30 UTC

[jira] Created: (WICKET-858) warning note when using DefaultDataTable

warning note when using DefaultDataTable
----------------------------------------

                 Key: WICKET-858
                 URL: https://issues.apache.org/jira/browse/WICKET-858
             Project: Wicket
          Issue Type: Task
          Components: wicket-extensions
    Affects Versions: 1.3.0-beta2
            Reporter: Justin Lee
            Priority: Trivial


This error shows up in the logs:
WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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


[jira] Commented: (WICKET-858) warning note when using DefaultDataTable

Posted by "Justin Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521661 ] 

Justin Lee commented on WICKET-858:
-----------------------------------

This was largely intended for igor.  i mentioned in irc and he responded with "i thought i fixed that."  But I'm still seeing a number of such entries in the log so i thought I'd add this reminder.

> warning note when using DefaultDataTable
> ----------------------------------------
>
>                 Key: WICKET-858
>                 URL: https://issues.apache.org/jira/browse/WICKET-858
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Justin Lee
>            Priority: Trivial
>
> This error shows up in the logs:
> WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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


[jira] Updated: (WICKET-858) warning note when using DefaultDataTable

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

Igor Vaynberg updated WICKET-858:
---------------------------------

    Assignee: Igor Vaynberg

> warning note when using DefaultDataTable
> ----------------------------------------
>
>                 Key: WICKET-858
>                 URL: https://issues.apache.org/jira/browse/WICKET-858
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Justin Lee
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>
> This error shows up in the logs:
> WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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


[jira] Issue Comment Edited: (WICKET-858) warning note when using DefaultDataTable

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521422 ] 

jbq edited comment on WICKET-858 at 8/21/07 6:15 AM:
----------------------------------------------------------------------

This is in BorderBodyResolver, can you look at the Javadoc at http://wicketstuff.org/wicket13doc/index.html?org/apache/wicket/markup/resolver/BorderBodyResolver.html and tell us if something is wrong?  What kind of code do you use for Border?

      was (Author: jbq):
    This is in BorderBodyResolver, can you look at the Javadoc athttp://wicketstuff.org/wicket13doc/index.html?org/apache/wicket/markup/resolver/BorderBodyResolver.html and tell us if something is wrong?  What kind of code do you use for Border?
  
> warning note when using DefaultDataTable
> ----------------------------------------
>
>                 Key: WICKET-858
>                 URL: https://issues.apache.org/jira/browse/WICKET-858
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Justin Lee
>            Priority: Trivial
>
> This error shows up in the logs:
> WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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


[jira] Resolved: (WICKET-858) warning note when using DefaultDataTable

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

Igor Vaynberg resolved WICKET-858.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4

> warning note when using DefaultDataTable
> ----------------------------------------
>
>                 Key: WICKET-858
>                 URL: https://issues.apache.org/jira/browse/WICKET-858
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Justin Lee
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.3.0-beta4
>
>
> This error shows up in the logs:
> WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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


[jira] Commented: (WICKET-858) warning note when using DefaultDataTable

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525612 ] 

Igor Vaynberg commented on WICKET-858:
--------------------------------------

already fixed in beta4 i believe

> warning note when using DefaultDataTable
> ----------------------------------------
>
>                 Key: WICKET-858
>                 URL: https://issues.apache.org/jira/browse/WICKET-858
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Justin Lee
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.3.0-beta4
>
>
> This error shows up in the logs:
> WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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


[jira] Commented: (WICKET-858) warning note when using DefaultDataTable

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521422 ] 

Jean-Baptiste Quenot commented on WICKET-858:
---------------------------------------------

This is in BorderBodyResolver, can you look at the Javadoc athttp://wicketstuff.org/wicket13doc/index.html?org/apache/wicket/markup/resolver/BorderBodyResolver.html and tell us if something is wrong?  What kind of code do you use for Border?

> warning note when using DefaultDataTable
> ----------------------------------------
>
>                 Key: WICKET-858
>                 URL: https://issues.apache.org/jira/browse/WICKET-858
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>            Reporter: Justin Lee
>            Priority: Trivial
>
> This error shows up in the logs:
> WARN   resolve, Please consider to change your java code to something like: orderByLink.add(getBodyContainer()); for the component hierarchy to better reflect the markup hierarchy.

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