Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 21120 invoked from network); 7 Jul 2010 02:37:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 02:37:58 -0000 Received: (qmail 84056 invoked by uid 500); 7 Jul 2010 02:37:58 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 83933 invoked by uid 500); 7 Jul 2010 02:37:56 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 83925 invoked by uid 99); 7 Jul 2010 02:37:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 02:37:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bjfree@free-man.net designates 69.94.133.32 as permitted sender) Received: from [69.94.133.32] (HELO main.free-man.net) (69.94.133.32) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 02:37:49 +0000 Received: from 233.sub-75-230-1.myvzw.com ([75.230.1.233]) by main.free-man.net (JAMES SMTP Server 2.3.2) with SMTP ID 720 for ; Tue, 6 Jul 2010 19:32:08 -0700 (PDT) Message-ID: <4C33E82A.8000809@free-man.net> Date: Tue, 06 Jul 2010 19:36:26 -0700 From: BJ Freeman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: change URL from myportal/control/viewPartyGroup to partymgr/control/viewPartyGroup References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org thinks that breaks the model. you will have to go into the myprotal code. ========================= BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Patrick sent the following on 7/6/2010 3:32 PM: > The page, https://localhost:8443/myportal/control/main, has a form. > The form points to a controller with the following view: > page="component://party/widget/partymgr/PartyScreens.xml#viewprofile"/> > > When the screen is displayed in the browser the address is: > myportal/control/viewPartyGroup< I want the address to be > partymgr/control/viewPartyGroup > Any idea how to do this? >