[ http://issues.apache.org/jira/browse/WICKET-88?page=all ]
Igor Vaynberg resolved WICKET-88.
---------------------------------
Fix Version/s: 1.3
2.0
Resolution: Fixed
> 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
> Fix For: 1.3, 2.0
>
>
> 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