From adffaces-user-return-2577-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Tue Apr 03 15:58:57 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 51060 invoked from network); 3 Apr 2007 15:58:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 15:58:57 -0000 Received: (qmail 47853 invoked by uid 500); 3 Apr 2007 15:59:01 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 47817 invoked by uid 500); 3 Apr 2007 15:59:01 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 47784 invoked by uid 99); 3 Apr 2007 15:59:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 08:59:01 -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 darkarena@gmail.com designates 72.14.204.229 as permitted sender) Received: from [72.14.204.229] (HELO qb-out-0506.google.com) (72.14.204.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 08:58:50 -0700 Received: by qb-out-0506.google.com with SMTP id f29so3269846qba for ; Tue, 03 Apr 2007 08:58:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=NCFdK6c3Lo6O4AvwKmswr+JQd1o0MCkCLx6xtMK9YpYyAuaoYfsNnJSjdwCjUb+MEvDy1QQh+YFHTDpMhjfsojQtBcDok9nI+0REZCqSTE3yiH4ap0v/9CIuvdgb8JZxaDmcIgyCz+jNrrDc7SvR74k/7euNGE20L8Ai6P1lkV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=K1esEo39UjlvJsTFdKtx0ZgnzCyi40k2NC1v8mEG2G89TBwq/fhncxZ+0HmOTRPN8kZyh56mreYVsNJ1b7RDNhBqxXzie7OsIiBbW+fYme1ea+0I9hvktOfs5B3IdUw8BC1L0JR4QnCI6cUE5oPT/W31PX5WJ+wLZYGBWZ1vq6I= Received: by 10.35.57.5 with SMTP id j5mr11571906pyk.1175615909549; Tue, 03 Apr 2007 08:58:29 -0700 (PDT) Received: from ?232.223.48.1? ( [24.8.126.164]) by mx.google.com with ESMTP id n27sm9680937pyh.2007.04.03.08.58.28; Tue, 03 Apr 2007 08:58:29 -0700 (PDT) Message-ID: <461279A0.5040102@gmail.com> Date: Tue, 03 Apr 2007 09:58:24 -0600 From: Scott O'Bryan User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: adffaces-user@incubator.apache.org Subject: Re: Disable PPR at runtime/request time References: <46115176.4030908@powerlogic.com.br> In-Reply-To: <46115176.4030908@powerlogic.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Bruno, You could have a backing bean represent your autoSubmit/partialSubmit properties. Scott Bruno Grossi wrote: > I need to disable PPR for ony some requests, but all have > and autoSubmit/partialSubmit.. There are some > request parameter that disable this? > > My idea is that the user decide if he/she will use or not the PPR/AJAX. > > > Thanks, > Bruno Grossi > >