Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4563

Possible NPE in FragmentMarkupSourcingStrategy.getMarkup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.6
    • 1.5.7, 6.0.0-beta3
    • None
    • None

    Description

      For the code

      		if (childMarkup == null)
      		{
      			throw new MarkupNotFoundException("No Markup found for Fragment " + markupId +
      				" in providing markup container " + markupProvider.toString());
      		}
      

      markupProvider might be null

      Attachments

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            meiklehmann Mike L.
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: