Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0417C156B for ; Tue, 19 Apr 2011 14:03:09 +0000 (UTC) Received: (qmail 41604 invoked by uid 500); 19 Apr 2011 08:22:20 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 41546 invoked by uid 500); 19 Apr 2011 08:22:08 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 41532 invoked by uid 99); 19 Apr 2011 08:22:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 08:22:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [78.137.164.57] (HELO lh17.dnsireland.com) (78.137.164.57) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 08:21:57 +0000 Received: from 86-41-92-190-dynamic.b-ras2.chf.cork.eircom.net ([86.41.92.190] helo=noels64BitMac-2.local) by lh17.dnsireland.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QC6Bd-0007Xt-Ey for user@pivot.apache.org; Tue, 19 Apr 2011 09:21:29 +0100 Message-ID: <4DAD460E.9040907@dsforge.net> Date: Tue, 19 Apr 2011 09:21:34 +0100 From: Joe Minichino - TechFort Reply-To: joe@dsforge.net User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Apache Pivot mailing list Subject: bxml:id scoping Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - lh17.dnsireland.com X-AntiAbuse: Original Domain - pivot.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dsforge.net X-Source: X-Source-Args: X-Source-Dir: Hi, I am new to Pivot, but I am really impressed by it, well done. I have a main UI with a panel that hosts other panels. These nested panels are simply bxml files dynmically loaded at runtime through user input and added to the main view (say a user enters the name of the bxml file to load and that bxml gets added to the view). Problem is that if I try to load a bxml file that contains an id that's already in use the new bxml file won't load. I can see how this feature could be by design so my question is if there is anyway to enforce bxml:id scoping so that I won't have to deal with these type of id conflicts or keep track of the id's already in use? Thanks Joe