Calling FlowControllerFactory.createPageFlow() outside of page flow request 
processor and page filter does not initialize controls correctly
--------------------------------------------------------------------------------------------------------------------------------------------

         Key: BEEHIVE-1003
         URL: http://issues.apache.org/jira/browse/BEEHIVE-1003
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Carlin Rogers
 Assigned to: Carlin Rogers 
     Fix For: 1.1


Calling the FlowControllerFactory method createPageFlow() outside of the page 
flow request processor and page filter does not initialize controls correctly. 
The page flow request processor and/or the page filter call 
JavaControlUtils.initializeControlContext() to create a ControlBeanContext. 
However, the direct call to createPageFlow() method, eventualy drills down to 
JavaControlUtils.initJavaControls(), but the ControlBeanContext is null and 
with asserts on, this method fails. With asserts off, the method continues but 
the control in the page flow will not have been initialized.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to