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

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

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

Martin Grigorov resolved WICKET-4563.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
                   1.5.7
         Assignee: Martin Grigorov
    
> 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.3
>            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