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/06/07 19:55:42 UTC

[jira] Resolved: (BEEHIVE-797) query strings not being restored when injecting nested page flows using action interceptors

     [ http://issues.apache.org/jira/browse/BEEHIVE-797?page=all ]
     
Rich Feit resolved BEEHIVE-797:
-------------------------------

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

Fixed with revision 188830.

Info for verifying this fix:  There's an ActionInterceptors sample in the netui-samples app.  You'd basically modify it so that you pass a query param when calling the action that gets intercepted, e.g.,
    http://localhost:8080/netui-samples/actioninterceptors/interceptme/another.do?myqueryparam=hello

Then, after the "injected" nested page flow is done and the action brings you to nextpage.jsp, you would confirm that the page can see the request parameter "myqueryparam", using something like <%= request.getParameter("myqueryparam") %>.

> query strings not being restored when injecting nested page flows using action interceptors
> -------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-797
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-797
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: lisa Cannon-Morrett
>     Assignee: Alejandro Ramirez
>      Fix For: TBD

>
> I have a page flow that uses an interceptor to forward to a login 
> nested page flow. After the login, I am correctly redirected back to 
> the orginal page flow. However, the query string on the orginal url is lost.
> When I attempt to access the query string values  using:
> request.getParameter("categoryId"), I'm getting a null value.  

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