Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 39134 invoked from network); 8 Oct 2006 23:01:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Oct 2006 23:01:29 -0000 Received: (qmail 90893 invoked by uid 500); 8 Oct 2006 23:01:27 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 90870 invoked by uid 500); 8 Oct 2006 23:01:26 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 90847 invoked by uid 99); 8 Oct 2006 23:01:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Oct 2006 16:01:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2067A7142D7 for ; Sun, 8 Oct 2006 15:50:20 -0700 (PDT) Message-ID: <17662714.1160347820113.JavaMail.root@brutus> Date: Sun, 8 Oct 2006 15:50:20 -0700 (PDT) From: "Carlin Rogers (JIRA)" To: dev@beehive.apache.org Subject: [jira] Resolved: (BEEHIVE-1115) problem with Jpf.NavigateTo.currentPage In-Reply-To: <17723812.1148614170771.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/BEEHIVE-1115?page=all ] Carlin Rogers resolved BEEHIVE-1115. ------------------------------------ Fix Version/s: v.next Resolution: Fixed Assignee: Julie Zhuo The problem was that on a return to current page the DefaultActionForwardHandler would not set the attribute on the request to indicate that the previous page info was saved. Then in the page filter handling of the included page (where the URI is different from the current page info) would trigger a save of the included page as the current page. This is fixed with revision 454228. I've also added a test to the coreWeb BVT to cover this case. The test also checks that Jpf.NavigateTo.previousPage works as well. > problem with Jpf.NavigateTo.currentPage > --------------------------------------- > > Key: BEEHIVE-1115 > URL: http://issues.apache.org/jira/browse/BEEHIVE-1115 > Project: Beehive > Issue Type: Bug > Components: NetUI > Affects Versions: 1.0.1 > Environment: Windows XP > Reporter: Srinivas Surapaneni > Assigned To: Julie Zhuo > Fix For: v.next > > > When I use in a jsp page > Jpf.NavigateTo.currentPage is goin to the includes page > In the below example it always goes to sample.jsp > ------------------------------------ > <%@ page language="java" contentType="text/html;charset=UTF-8"%> > <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> > <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%> > <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%> > > > > > > >

Beehive NetUI JavaServer Page - ${pageContext.request.requestURI}

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