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.