You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/12/16 19:09:43 UTC

[jira] Closed: (WICKET-1178) ZeroPaddingIntegerConverter/AbstractConverter does not support null

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

Johan Compagner closed WICKET-1178.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc3
         Assignee: Eelco Hillenius

since 7 nov i do see this:
		if (value == null)
		{
			return null;
		}

And i see that you still have an old stacktrace so i guess you used a version just before that fix

> ZeroPaddingIntegerConverter/AbstractConverter does not support null
> -------------------------------------------------------------------
>
>                 Key: WICKET-1178
>                 URL: https://issues.apache.org/jira/browse/WICKET-1178
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>            Reporter: Stephane Bailliez
>            Assignee: Eelco Hillenius
>             Fix For: 1.3.0-rc3
>
>
> java.lang.NullPointerException
>      at org.apache.wicket.util.convert.converters.AbstractConverter.parse(AbstractConverter.java:55)
>      at org.apache.wicket.util.convert.converters.AbstractNumberConverter.parse(AbstractNumberConverter.java:76)
>      at org.apache.wicket.util.convert.converters.ZeroPaddingIntegerConverter.convertToObject(ZeroPaddingIntegerConverter.java:66)
>      at org.apache.wicket.markup.html.form.FormComponent.convertInput(FormComponent.java:1134)
>      at org.apache.wicket.markup.html.form.FormComponent.validate(FormComponent.java:1016)
>      at org.apache.wicket.markup.html.form.Form$15.validate(Form.java:1644)
>      at org.apache.wicket.markup.html.form.Form$ValidationVisitor.formComponent(Form.java:152)
>      at org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:400)
>      at org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:387)
>      at org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:387)
>      at org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:387)
>      at org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrder(FormComponent.java:365)
>      at org.apache.wicket.markup.html.form.Form.visitFormComponentsPostOrder(Form.java:982)
>      at org.apache.wicket.markup.html.form.Form.validateComponents(Form.java:1640)
>      at org.apache.wicket.markup.html.form.Form.validate(Form.java:1631)
>      at org.apache.wicket.markup.html.form.Form.process(Form.java:794)
>      at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:766)
>      at java.lang.reflect.Method.invoke(Method.java:597)
>      at org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:183)
>      at org.apache.wicket.request.target.component.listener.ListenerInterfaceRequestTarget.processEvents(ListenerInterfaceRequestTarget.java:73)
>      at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:90)
>      at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1094)
>      at org.apache.wicket.RequestCycle.step(RequestCycle.java:1169)
>      at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1248)
>      at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
>      at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:343)
>      at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:193)

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