Return-Path: X-Original-To: apmail-deltaspike-users-archive@www.apache.org Delivered-To: apmail-deltaspike-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BFC2118E96 for ; Wed, 5 Aug 2015 07:51:54 +0000 (UTC) Received: (qmail 14435 invoked by uid 500); 5 Aug 2015 07:51:45 -0000 Delivered-To: apmail-deltaspike-users-archive@deltaspike.apache.org Received: (qmail 14391 invoked by uid 500); 5 Aug 2015 07:51:45 -0000 Mailing-List: contact users-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@deltaspike.apache.org Delivered-To: mailing list users@deltaspike.apache.org Received: (qmail 14357 invoked by uid 99); 5 Aug 2015 07:51:44 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 07:51:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 42B6719B40B for ; Wed, 5 Aug 2015 07:51:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JPN3ZAADQwK1 for ; Wed, 5 Aug 2015 07:51:36 +0000 (UTC) Received: from mail-oi0-f50.google.com (mail-oi0-f50.google.com [209.85.218.50]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id C564342B18 for ; Wed, 5 Aug 2015 07:51:35 +0000 (UTC) Received: by oihn130 with SMTP id n130so18423392oih.2 for ; Wed, 05 Aug 2015 00:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=eXiMAj9H4BZq/2zTj9/HAvRbT/TluoNeaiU3ExvJK2o=; b=mbopSA0nF9Xdn30xstpXa1LQE8kfYE7bZrSzjNKHqdeD1NnAWj/1pr4feqJF3gtQ/z oKgl4o5uXJsfLB3RPR1z6YlqNQe+siB8Tshbt+CXRz90/4/YYf026TMUGk9wk+lP8p86 whgRVExqhzMHCY4T5m26ImYC8WKe6wX0mdpb8s/boz3fJXrcey35jgesAxFCyLX3Q8Sk LJ+gKx682CoSlmVka62rnOF40xlsgisvb1ITf17Wn9cCifo4+StK5dYuaByot8oUPzRO 8GcWqZeZUKrXJjhrbBjbf1Sc6LZvuiF5pB05GTlq4wglJ3fTNj1E9PHG4/HLsapNMlQD kqNA== X-Received: by 10.202.219.195 with SMTP id s186mr6250530oig.25.1438761095203; Wed, 05 Aug 2015 00:51:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.178.6 with HTTP; Wed, 5 Aug 2015 00:51:15 -0700 (PDT) In-Reply-To: <000601d0cf4e$07c00d90$174028b0$@gmx.de> References: <000601d0cf4e$07c00d90$174028b0$@gmx.de> From: Gerhard Petracek Date: Wed, 5 Aug 2015 09:51:15 +0200 Message-ID: Subject: Re: Change the name of the DSWindowId Param To: users@deltaspike.apache.org Content-Type: multipart/alternative; boundary=001a113d29daff1402051c8baba2 --001a113d29daff1402051c8baba2 Content-Type: text/plain; charset=UTF-8 hi markus, it's currently not supported directly. (you would need to implement your own org.apache.deltaspike.jsf.impl.scope.window.strategy.ClientWindow.) however, a simple search/replace (in your selenium-tests) should be easy enough. regards, gerhard http://www.irian.at Your JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces, DeltaSpike and OpenWebBeans 2015-08-05 9:12 GMT+02:00 Markus Lachat : > Is the name for 'dswid' configurable? Sorry if I missed the appropriate > documentation. I can imagine it might be hard, since it is used in the > windohandler.js as well !? > > > > I want to change it because I assume our selenium test use dswid and change > it to something weird, which causes the windowScope to be lost. Selenium > tests have been working fine with CODI and 'windowId' > > --001a113d29daff1402051c8baba2--