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 2009/01/09 14:04:46 UTC

[jira] Created: (TILES-348) TilesDecorationFilter and TilesDispatchServlet refer wrongly to TilesListener.CONTAINER_KEY_INIT_PARAM

TilesDecorationFilter and TilesDispatchServlet refer wrongly to TilesListener.CONTAINER_KEY_INIT_PARAM
------------------------------------------------------------------------------------------------------

                 Key: TILES-348
                 URL: https://issues.apache.org/struts/browse/TILES-348
             Project: Tiles
          Issue Type: Bug
          Components: tiles-servlet
    Affects Versions: 2.1.1
            Reporter: Antonio Petrelli
            Assignee: Antonio Petrelli
             Fix For: 2.1.2


TilesDecorationFilter and TilesDispatchServlet use TilesListener.CONTAINER_KEY_INIT_PARAM as an initialization parameter to set the key of the container to use.
But the intent of these two classes is very different to the one of the parameter in TilesListener, i.e. the key of the container to *create*
So two different parameter names must be created, one for each class.

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


[jira] Resolved: (TILES-348) TilesDecorationFilter and TilesDispatchServlet refer wrongly to TilesListener.CONTAINER_KEY_INIT_PARAM

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli resolved TILES-348.
------------------------------------

    Resolution: Fixed

Changed init parameters that are used by the two mentioned classes.

> TilesDecorationFilter and TilesDispatchServlet refer wrongly to TilesListener.CONTAINER_KEY_INIT_PARAM
> ------------------------------------------------------------------------------------------------------
>
>                 Key: TILES-348
>                 URL: https://issues.apache.org/struts/browse/TILES-348
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> TilesDecorationFilter and TilesDispatchServlet use TilesListener.CONTAINER_KEY_INIT_PARAM as an initialization parameter to set the key of the container to use.
> But the intent of these two classes is very different to the one of the parameter in TilesListener, i.e. the key of the container to *create*
> So two different parameter names must be created, one for each class.

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