Global forward to an action with an outputFormBean does not write the 
outputFormBean info to the forward in the generated struts config file
--------------------------------------------------------------------------------------------------------------------------------------------

         Key: BEEHIVE-244
         URL: http://issues.apache.org/jira/browse/BEEHIVE-244
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1Beta    
    Reporter: Julie Zhuo
 Assigned to: Rich Feit 
 Attachments: ActionForwardController.jpf, display.jsp, index.jsp, 
struts4merge.xml

The global forward look like this in the pageflow
            @Jpf.Forward(
                name="toAction",
                action = "displayConfig"
                //returnAction="returnAction",
                //outputFormBean = "bean"
                )

It generates the following struts entry,

<forward name="toAction" path="/displayConfig.do" /> 

Will attach the jsp and pageflow files here for repro shortly.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to