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/09/24 21:07:48 UTC

[jira] Created: (TILES-466) PortletTilesRequestContextFactory does not construct a correct request

PortletTilesRequestContextFactory does not construct a correct request
----------------------------------------------------------------------

                 Key: TILES-466
                 URL: https://issues.apache.org/struts/browse/TILES-466
             Project: Tiles
          Issue Type: Bug
          Components: tiles-portlet
    Affects Versions: 2.1.3
         Environment: Portlets
            Reporter: Antonio Petrelli
            Assignee: Antonio Petrelli
             Fix For: 2.1.4, 2.2.1


The PortletTilesRequestContextFactory, when creating TilesRequestContext's, does not evaluate the request objects correctly. It may follow a ClassCastException.
Moreover, it needs a PortletContext passed externally.

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


[jira] Closed: (TILES-466) PortletTilesRequestContextFactory does not construct a correct request

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

Antonio Petrelli closed TILES-466.
----------------------------------

    Resolution: Fixed

> PortletTilesRequestContextFactory does not construct a correct request
> ----------------------------------------------------------------------
>
>                 Key: TILES-466
>                 URL: https://issues.apache.org/struts/browse/TILES-466
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-portlet
>    Affects Versions: 2.1.3
>         Environment: Portlets
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.4, 2.2.1
>
>
> The PortletTilesRequestContextFactory, when creating TilesRequestContext's, does not evaluate the request objects correctly. It may follow a ClassCastException.
> Moreover, it needs a PortletContext passed externally.

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


[jira] Updated: (TILES-466) PortletTilesRequestContextFactory does not construct a correct request

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

Antonio Petrelli updated TILES-466:
-----------------------------------


Fixed portlet support. Now it allows to use, as request objects:
* the "portlet request", "portlet response" couple;
* "portlet request", "portlet response" and "portlet context" .

> PortletTilesRequestContextFactory does not construct a correct request
> ----------------------------------------------------------------------
>
>                 Key: TILES-466
>                 URL: https://issues.apache.org/struts/browse/TILES-466
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-portlet
>    Affects Versions: 2.1.3
>         Environment: Portlets
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.4, 2.2.1
>
>
> The PortletTilesRequestContextFactory, when creating TilesRequestContext's, does not evaluate the request objects correctly. It may follow a ClassCastException.
> Moreover, it needs a PortletContext passed externally.

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