Uploaded image for project: 'Tiles'
  1. Tiles
  2. TILES-111

TilesRequestContext is null in PreparerFactory call

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.1
    • tiles-core
    • None
    • Patch

    Description

      In BasicTilesContainer.java file, following code is used, and I think it should be fixed with correct code:
      ViewPreparer preparer = preparerFactory.getPreparer(preparerName, null);
      =>
      ViewPreparer preparer = preparerFactory.getPreparer(preparerName, context);

      Thanks.

      Attachments

        Activity

          People

            brenmcguire Antonio Petrelli
            linux_china Jacky Chan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: