[
https://issues.apache.org/struts/browse/TILES-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Petrelli closed TILES-111.
----------------------------------
> 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
> Fix For: 2.0.1
>
>
> 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.