You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <be...@incubator.apache.org> on 2005/02/04 22:47:25 UTC

[jira] Created: (BEEHIVE-244) Global forward to an action with an outputFormBean does not write the outputFormBean info to the forward in the generated struts config file

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


[jira] Updated: (BEEHIVE-244) Global forward to an action with an outputFormBean does not write the outputFormBean info to the forward in the generated struts config file

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-244?page=history ]

Julie Zhuo updated BEEHIVE-244:
-------------------------------

    Attachment: struts4merge.xml

> 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
>     Assignee: 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


[jira] Resolved: (BEEHIVE-244) Global forward to an action with an outputFormBean does not write the outputFormBean info to the forward in the generated struts config file

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-244?page=history ]
     
Rich Feit resolved BEEHIVE-244:
-------------------------------

      Assign To: Julie Zhuo  (was: Rich Feit)
     Resolution: Fixed
    Fix Version: V1Beta

Fixed with revision 155641.

> 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
>     Assignee: Julie Zhuo
>      Fix For: V1Beta
>  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


[jira] Updated: (BEEHIVE-244) Global forward to an action with an outputFormBean does not write the outputFormBean info to the forward in the generated struts config file

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-244?page=history ]

Julie Zhuo updated BEEHIVE-244:
-------------------------------

    Attachment: ActionForwardController.jpf
                display.jsp
                index.jsp

> 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
>     Assignee: 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


[jira] Closed: (BEEHIVE-244) Global forward to an action with an outputFormBean does not write the outputFormBean info to the forward in the generated struts config file

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-244?page=history ]
     
Julie Zhuo closed BEEHIVE-244:
------------------------------


Verified fixed as of rev156705.

> 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
>     Assignee: Julie Zhuo
>      Fix For: V1Beta
>  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