"input" tag with type="image" results in null pointer exception in 
AutoLinkResolver
-----------------------------------------------------------------------------------

                 Key: WICKET-1513
                 URL: https://issues.apache.org/jira/browse/WICKET-1513
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.3, 1.3.2
            Reporter: Mikael Hansen


Something like:
<input type="image" value="Sign up" src="images/ok.png">
should reproduce the error.

java.lang.NullPointerException
     at 
org.apache.wicket.markup.resolver.AutoLinkResolver$PathInfo.<init>(AutoLinkResolver.java:249)
     at 
org.apache.wicket.markup.resolver.AutoLinkResolver.resolveAutomaticLink(AutoLinkResolver.java:808)
     at 
org.apache.wicket.markup.resolver.AutoLinkResolver.resolve(AutoLinkResolver.java:742)
     at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1324)
     at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
     at org.apache.wicket.Page.onRender(Page.java:1460)

-- 
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