Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 13494 invoked from network); 29 Mar 2007 23:59:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 23:59:58 -0000 Received: (qmail 48270 invoked by uid 500); 30 Mar 2007 00:00:01 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 48234 invoked by uid 500); 30 Mar 2007 00:00:01 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 48222 invoked by uid 99); 30 Mar 2007 00:00:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 17:00:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mkienenb@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 16:59:53 -0700 Received: by ug-out-1314.google.com with SMTP id j3so645186ugf for ; Thu, 29 Mar 2007 16:59:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TMNNzFXmMMoE55zrsQXuoJEaUs/H2iRtjhVmiCwhtu1lpQxlIu6S/eUB8imWh4RxdqJ3NchUpMsux3nj57t2ayF2+Am43YaVf4cFO9o4VdMGVYs8xSjjL2E//37cBV8KSo1w9XadAOsvPFo+Rzy+kdj6NGmd6aFoLKiS6L6PAFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BeaQLmv21T+pJC0LC31iTGUSi6qcahQhK3a+VAPyYa65fWQnvIWBgihrW9RbTUjTv1ikRPrGU3tttJ+ssiZLZmCWNhZpO6GZ6VZRhCGW7xaGPGxwwandorSLFfoHYzL6OjjpDQHTTLVblBMjB6eCQOqN3/0FP/AcJqQRfzikbB0= Received: by 10.115.93.16 with SMTP id v16mr513471wal.1175212771087; Thu, 29 Mar 2007 16:59:31 -0700 (PDT) Received: by 10.114.160.3 with HTTP; Thu, 29 Mar 2007 16:59:30 -0700 (PDT) Message-ID: <8f985b960703291659s4e8ef93dgded1e9e703b1f4e7@mail.gmail.com> Date: Thu, 29 Mar 2007 18:59:30 -0500 From: "Mike Kienenberger" To: "MyFaces Discussion" Subject: Re: jscookmenu and links (not actions) In-Reply-To: <460C5190.20405@rhe.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <460B55EF.7070207@rhe.co.nz> <751facc70703290433p5179967wa72058fc87a7dda@mail.gmail.com> <8f985b960703290646rf6c7be2u22a90c80f59cf0d3@mail.gmail.com> <751facc70703291401p726d6121p6e5e7db3dcf71f98@mail.gmail.com> <460C5190.20405@rhe.co.nz> X-Virus-Checked: Checked by ClamAV on apache.org On 3/29/07, Simon Kitching wrote: > Mike wrote: > > (/^\w*:A\]\w*:\/\//) != null ) { > > > > start-of-string any-number-of-alphanumerics colon A ] > > any-number-of-alphanumerics colon W > > Almost; format matched is: > menu-id :A] protocol://url > where ":A]" is a literal used as a separator between the two bits. Ok. I see. It's double-escaped-slash, not W :-) Looks the same in my web browser :-)