You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/05/13 21:49:04 UTC

[jira] Created: (BEEHIVE-725) Page inputs do not work when a Page Flow action is hit through a Servlet include

Page inputs do not work when a Page Flow action is hit through a Servlet include
--------------------------------------------------------------------------------

         Key: BEEHIVE-725
         URL: http://issues.apache.org/jira/browse/BEEHIVE-725
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: V1


Repro:
    - Make a Servlet that does an include of a Page Flow action.  The easiest thing to do would probably be to look under netui/test/webapps/drt/coreWeb, at:
        - /WEB-INF/web.xml (for registration of the ServletInclude Servlet)
        - /WEB-INF/src/miniTests/servletInclude/IncludeJPFServlet.java (for the Servlet itself)
        - miniTests/servletInclude/* (for the page flow)

    - In the action that you're including from the Servlet, add an action output, and on the destination page, display it (as a page input).

    - Hit the Servlet.

EXPECTED: see the destination page, with the page input displayed.
ACTUAL: see the destination page, but no page input is displayed.

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


[jira] Closed: (BEEHIVE-725) Page inputs do not work when a Page Flow action is hit through a Servlet include

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-725?page=all ]
     
Krista Baker closed BEEHIVE-725:
--------------------------------


Verified that using the suggested repro case the destination page with the page input is displayed as expected at svn revision: 170952.

> Page inputs do not work when a Page Flow action is hit through a Servlet include
> --------------------------------------------------------------------------------
>
>          Key: BEEHIVE-725
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-725
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: WebLogic 9.0 Beta (*not* Tomcat)
>     Reporter: Rich Feit
>     Assignee: Krista Baker
>      Fix For: V1

>
> Repro:
>     - Make a Servlet that does an include of a Page Flow action.  The easiest thing to do would probably be to look under netui/test/webapps/drt/coreWeb, at:
>         - /WEB-INF/web.xml (for registration of the ServletInclude Servlet)
>         - /WEB-INF/src/miniTests/servletInclude/IncludeJPFServlet.java (for the Servlet itself)
>         - miniTests/servletInclude/* (for the page flow)
>     - In the action that you're including from the Servlet, add an action output, and on the destination page, display it (as a page input).
>     - Hit the Servlet.
> EXPECTED: see the destination page, with the page input displayed.
> ACTUAL: see the destination page, but no page input is displayed.

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


[jira] Updated: (BEEHIVE-725) Page inputs do not work when a Page Flow action is hit through a Servlet include

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

Rich Feit updated BEEHIVE-725:
------------------------------

    Environment: WebLogic 9.0 Beta (*not* Tomcat)  (was: )

> Page inputs do not work when a Page Flow action is hit through a Servlet include
> --------------------------------------------------------------------------------
>
>          Key: BEEHIVE-725
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-725
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: WebLogic 9.0 Beta (*not* Tomcat)
>     Reporter: Rich Feit
>     Assignee: Rich Feit
>      Fix For: V1

>
> Repro:
>     - Make a Servlet that does an include of a Page Flow action.  The easiest thing to do would probably be to look under netui/test/webapps/drt/coreWeb, at:
>         - /WEB-INF/web.xml (for registration of the ServletInclude Servlet)
>         - /WEB-INF/src/miniTests/servletInclude/IncludeJPFServlet.java (for the Servlet itself)
>         - miniTests/servletInclude/* (for the page flow)
>     - In the action that you're including from the Servlet, add an action output, and on the destination page, display it (as a page input).
>     - Hit the Servlet.
> EXPECTED: see the destination page, with the page input displayed.
> ACTUAL: see the destination page, but no page input is displayed.

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


[jira] Assigned: (BEEHIVE-725) Page inputs do not work when a Page Flow action is hit through a Servlet include

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-725?page=all ]

Alejandro Ramirez reassigned BEEHIVE-725:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please verify

> Page inputs do not work when a Page Flow action is hit through a Servlet include
> --------------------------------------------------------------------------------
>
>          Key: BEEHIVE-725
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-725
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: WebLogic 9.0 Beta (*not* Tomcat)
>     Reporter: Rich Feit
>     Assignee: Krista Baker
>      Fix For: V1

>
> Repro:
>     - Make a Servlet that does an include of a Page Flow action.  The easiest thing to do would probably be to look under netui/test/webapps/drt/coreWeb, at:
>         - /WEB-INF/web.xml (for registration of the ServletInclude Servlet)
>         - /WEB-INF/src/miniTests/servletInclude/IncludeJPFServlet.java (for the Servlet itself)
>         - miniTests/servletInclude/* (for the page flow)
>     - In the action that you're including from the Servlet, add an action output, and on the destination page, display it (as a page input).
>     - Hit the Servlet.
> EXPECTED: see the destination page, with the page input displayed.
> ACTUAL: see the destination page, but no page input is displayed.

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


[jira] Resolved: (BEEHIVE-725) Page inputs do not work when a Page Flow action is hit through a Servlet include

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

     Assign To: Alejandro Ramirez  (was: Rich Feit)
    Resolution: Fixed

Fixed with revision 170084.

> Page inputs do not work when a Page Flow action is hit through a Servlet include
> --------------------------------------------------------------------------------
>
>          Key: BEEHIVE-725
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-725
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: WebLogic 9.0 Beta (*not* Tomcat)
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> Repro:
>     - Make a Servlet that does an include of a Page Flow action.  The easiest thing to do would probably be to look under netui/test/webapps/drt/coreWeb, at:
>         - /WEB-INF/web.xml (for registration of the ServletInclude Servlet)
>         - /WEB-INF/src/miniTests/servletInclude/IncludeJPFServlet.java (for the Servlet itself)
>         - miniTests/servletInclude/* (for the page flow)
>     - In the action that you're including from the Servlet, add an action output, and on the destination page, display it (as a page input).
>     - Hit the Servlet.
> EXPECTED: see the destination page, with the page input displayed.
> ACTUAL: see the destination page, but no page input is displayed.

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