You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Jaros (JIRA)" <ji...@apache.org> on 2007/03/27 13:00:32 UTC

[jira] Created: (WICKET-429) NullPointerException in MarkupFragmentFinder.find()

NullPointerException in MarkupFragmentFinder.find()
---------------------------------------------------

                 Key: WICKET-429
                 URL: https://issues.apache.org/jira/browse/WICKET-429
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.2.5
            Reporter: Jan Jaros
         Attachments: MarkupFragmentFinder.patch

If ID of any component in MarkupStream is null (for example in ends with tags), the method MarkupFragmentFinder.find() may crash. See patch...

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


[jira] Resolved: (WICKET-429) NullPointerException in MarkupFragmentFinder.find()

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-429.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Juergen Donnerstag

patch applied. Thanks

> NullPointerException in MarkupFragmentFinder.find()
> ---------------------------------------------------
>
>                 Key: WICKET-429
>                 URL: https://issues.apache.org/jira/browse/WICKET-429
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.5
>            Reporter: Jan Jaros
>         Assigned To: Juergen Donnerstag
>             Fix For: 1.3
>
>         Attachments: MarkupFragmentFinder.patch
>
>
> If ID of any component in MarkupStream is null (for example in ends with tags), the method MarkupFragmentFinder.find() may crash. See patch...

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


[jira] Updated: (WICKET-429) NullPointerException in MarkupFragmentFinder.find()

Posted by "Jan Jaros (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Jaros updated WICKET-429:
-----------------------------

    Attachment: MarkupFragmentFinder.patch

> NullPointerException in MarkupFragmentFinder.find()
> ---------------------------------------------------
>
>                 Key: WICKET-429
>                 URL: https://issues.apache.org/jira/browse/WICKET-429
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.5
>            Reporter: Jan Jaros
>         Attachments: MarkupFragmentFinder.patch
>
>
> If ID of any component in MarkupStream is null (for example in ends with tags), the method MarkupFragmentFinder.find() may crash. See patch...

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