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

Juergen Donnerstag resolved WICKET-2278.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC5
         Assignee: Juergen Donnerstag

thanks

> StatelessChecker is always offended
> -----------------------------------
>
>                 Key: WICKET-2278
>                 URL: https://issues.apache.org/jira/browse/WICKET-2278
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4-RC4
>            Reporter: Ralf Ebert
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC5
>
>
> org.apache.wicket.devutils.stateless.StatelessChecker:96
> final Object o = ((MarkupContainer)component).visitChildren(visitor);
> if (o == null) {
>     throw new IllegalArgumentException(msg + " Offending component: " + o);
> }
> Imo this should be "o!=null" because the visitor returns null when no 
> offending (=stateful) component was found.

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

Reply via email to