You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2007/02/12 10:48:15 UTC

[jira] Updated: (TILES-111) TilesRequestContext is null in PreparerFactory call

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

Antonio Petrelli updated TILES-111:
-----------------------------------

    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.

  was:
In BasicContainer.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.

        Summary: TilesRequestContext is null in PreparerFactory call  (was: TilesRequestContext is null in ViewPreparer )

Fixed description of the issue.

> TilesRequestContext is null in PreparerFactory call
> ---------------------------------------------------
>
>                 Key: TILES-111
>                 URL: https://issues.apache.org/struts/browse/TILES-111
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Jacky Chan
>         Assigned To: Antonio Petrelli
>
> 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.

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