You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/10/27 17:17:37 UTC

[jira] [Commented] (WW-4044) executeResult="true" generate an infinite loop wheen the result type is tiles3

    [ https://issues.apache.org/jira/browse/WW-4044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806372#comment-13806372 ] 

Lukasz Lenart commented on WW-4044:
-----------------------------------

Isn't this a mistake?

{code:java}
container.startContext(servletRequest);
container = TilesAccess.getCurrentContainer(servletRequest);
{code}

Shouldn't it be opposite?

{code:java}
container = TilesAccess.getCurrentContainer(servletRequest);
container.startContext(servletRequest);
{code}

> executeResult="true" generate an infinite loop wheen the result type is tiles3
> ------------------------------------------------------------------------------
>
>                 Key: WW-4044
>                 URL: https://issues.apache.org/jira/browse/WW-4044
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.3.12, 2.3.15.1
>            Reporter: lefebvre
>             Fix For: 2.3.16
>
>         Attachments: 4044.zip, WW-4044.patch
>
>
> executeResult="true" generate an infinite loop wheen the result type is tiles3



--
This message was sent by Atlassian JIRA
(v6.1#6144)