[ http://issues.apache.org/jira/browse/WICKET-88?page=all ]

Igor Vaynberg reassigned WICKET-88:
-----------------------------------

    Assignee: Igor Vaynberg

> NPE in Check.java
> -----------------
>
>                 Key: WICKET-88
>                 URL: http://issues.apache.org/jira/browse/WICKET-88
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 2.0
>            Reporter: Juergen Donnerstag
>         Assigned To: Igor Vaynberg
>
> The Forms examples fails with an NPE in Check.java
>                if (group.hasRawInput())
>                {
>                        String[] inputs = group.getInputAsArray();
>                        for (String input : inputs)   <<<<<< NPE
>                        {
>                                if (value.equals(input))
>                                {
>                                        tag.put("checked", "checked");
>                                }
>                        }
>                }
> Juergen

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to