You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <ji...@apache.org> on 2007/12/14 00:31:42 UTC

[jira] Created: (BEEHIVE-1212) Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called

Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called
---------------------------------------------------------------------------------------------------------------------------

                 Key: BEEHIVE-1212
                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1212
             Project: Beehive
          Issue Type: Improvement
          Components: NetUI
    Affects Versions: 1.0.2, 1.0.1, 1.0
            Reporter: Carlin Rogers
            Assignee: Carlin Rogers
            Priority: Minor
             Fix For: V.Next


There's a scenario in a portal environment with interportlet communication (IPC) events invoking a page flow action with an ActionForm that have already been processed by the event originating page flow. However, the PageFlowUtils.strutsLookup() method does not provide any mechanism to state that the processPopulate() routine has already been called. Internally, the framework already tracks this as a property of a PageFlowRequestWrapper and strutsLookup() can set it when it creates the wrapper instance for the incoming request.

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


[jira] Closed: (BEEHIVE-1212) Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called

Posted by "Julie Zhuo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BEEHIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julie Zhuo closed BEEHIVE-1212.
-------------------------------

    Assignee: Julie Zhuo  (was: Carlin Rogers)

Did code review and we no longer experience the problem.

> Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEEHIVE-1212
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1212
>             Project: Beehive
>          Issue Type: Improvement
>          Components: NetUI
>    Affects Versions: 1.0, 1.0.1, 1.0.2
>            Reporter: Carlin Rogers
>            Assignee: Julie Zhuo
>            Priority: Minor
>             Fix For: V.Next
>
>
> There's a scenario in a portal environment with interportlet communication (IPC) events invoking a page flow action with an ActionForm that have already been processed by the event originating page flow. However, the PageFlowUtils.strutsLookup() method does not provide any mechanism to state that the processPopulate() routine has already been called. Internally, the framework already tracks this as a property of a PageFlowRequestWrapper and strutsLookup() can set it when it creates the wrapper instance for the incoming request.

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


[jira] Resolved: (BEEHIVE-1212) Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called

Posted by "Carlin Rogers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BEEHIVE-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlin Rogers resolved BEEHIVE-1212.
------------------------------------

    Resolution: Fixed

Submitted with svn revision 604080.

> Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEEHIVE-1212
>                 URL: https://issues.apache.org/jira/browse/BEEHIVE-1212
>             Project: Beehive
>          Issue Type: Improvement
>          Components: NetUI
>    Affects Versions: 1.0, 1.0.1, 1.0.2
>            Reporter: Carlin Rogers
>            Assignee: Carlin Rogers
>            Priority: Minor
>             Fix For: V.Next
>
>
> There's a scenario in a portal environment with interportlet communication (IPC) events invoking a page flow action with an ActionForm that have already been processed by the event originating page flow. However, the PageFlowUtils.strutsLookup() method does not provide any mechanism to state that the processPopulate() routine has already been called. Internally, the framework already tracks this as a property of a PageFlowRequestWrapper and strutsLookup() can set it when it creates the wrapper instance for the incoming request.

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