Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 54554 invoked from network); 6 Jun 2005 21:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 21:39:30 -0000 Received: (qmail 92662 invoked by uid 500); 6 Jun 2005 21:39:17 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 92580 invoked by uid 500); 6 Jun 2005 21:39:17 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 92440 invoked by uid 99); 6 Jun 2005 21:39:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from palrel10.hp.com (HELO palrel10.hp.com) (156.153.255.245) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Jun 2005 14:39:11 -0700 Received: from cacexg12.americas.cpqcorp.net (cacexg12.americas.cpqcorp.net [16.92.1.72]) by palrel10.hp.com (Postfix) with ESMTP id 1FDCE224D for ; Mon, 6 Jun 2005 14:38:35 -0700 (PDT) Received: from cacexc03.americas.cpqcorp.net ([16.92.1.27]) by cacexg12.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Mon, 6 Jun 2005 14:38:32 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Problem with query strings using nested page flows. Date: Mon, 6 Jun 2005 14:38:32 -0700 Message-ID: <58F0F9327B76A44889D8E911C2F756860368D7ED@cacexc03.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with query strings using nested page flows. thread-index: AcVq4Fb1l9bDo+RTQkake+5z3unUew== From: "Cannon-Morrett, Lisa L" To: X-OriginalArrivalTime: 06 Jun 2005 21:38:32.0753 (UTC) FILETIME=[16322210:01C56AE0] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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. =20 Lisa=20