You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Mike L. (JIRA)" <ji...@apache.org> on 2012/05/17 17:24:06 UTC

[jira] [Updated] (WICKET-4563) Possible NPE in FragmentMarkupSourcingStrategy.getMarkup

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

Mike L. updated WICKET-4563:
----------------------------

    Affects Version/s:     (was: 1.5.3)
                       1.5.6
    
> Possible NPE in FragmentMarkupSourcingStrategy.getMarkup
> --------------------------------------------------------
>
>                 Key: WICKET-4563
>                 URL: https://issues.apache.org/jira/browse/WICKET-4563
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.6
>            Reporter: Mike L.
>            Assignee: Martin Grigorov
>             Fix For: 1.5.7, 6.0.0-RC1
>
>
> For the code
> {noformat}		if (childMarkup == null)
> 		{
> 			throw new MarkupNotFoundException("No Markup found for Fragment " + markupId +
> 				" in providing markup container " + markupProvider.toString());
> 		}
> {noformat}
> markupProvider might be null

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira