You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Paul (JIRA)" <ji...@apache.org> on 2013/01/21 16:18:12 UTC

[jira] [Created] (WICKET-4996) NPE at AbstractDefaultAjaxBehavior.getAttributes(AbstractDefaultAjaxBehavior.java:136)

Paul created WICKET-4996:
----------------------------

             Summary: NPE at AbstractDefaultAjaxBehavior.getAttributes(AbstractDefaultAjaxBehavior.java:136)
                 Key: WICKET-4996
                 URL: https://issues.apache.org/jira/browse/WICKET-4996
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 6.5.0
            Reporter: Paul


I tested Wicket 6.5.0 from https://repository.apache.org/content/repositories/orgapachewicket-146/ with our code and I get a NPE with the following stacktrace:

java.lang.NullPointerException
     at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.getAttributes(AbstractDefaultAjaxBehavior.java:136)
     at com.wicket.ComponentVisualErrorBehavior.<init>(ComponentVisualErrorBehavior.java:13)
     at com.wicket.TextEditor.<init>(TextEditor.java:11)

If I ran the same code with Wicket 6.4.0 everything works fine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira