Marcus Thiesen created WICKET-5480:
--------------------------------------
Summary: AutoLabelResolver creates null pointer exception in 6.13
Key: WICKET-5480
URL: https://issues.apache.org/jira/browse/WICKET-5480
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 6.13.0
Reporter: Marcus Thiesen
The underlying issue is that WebRequestCycle.isAjaxRequest returns true but
RequestCycle.find(AjaxRequestTarget.class) returns null anyway, because the
current request handler is a ListenerInterfaceRequestHandler.
This leads to
java.lang.NullPointerException
at
org.apache.wicket.markup.html.form.AutoLabelResolver$AutoLabelMarker.updateFrom(AutoLabelResolver.java:222)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)