Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 69655 invoked from network); 26 Jan 2007 20:12:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2007 20:12:54 -0000 Received: (qmail 21394 invoked by uid 500); 26 Jan 2007 20:12:57 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 21342 invoked by uid 500); 26 Jan 2007 20:12:57 -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 21329 invoked by uid 99); 26 Jan 2007 20:12:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 12:12:57 -0800 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 weber.volker@googlemail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 12:12:48 -0800 Received: by an-out-0708.google.com with SMTP id c38so395879ana for ; Fri, 26 Jan 2007 12:12:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=HKpa0BRlDE0xQPxaD2BJ2lmK39L5mtmBfIGmzWgLiCIV3ADTjvcDW4WEJT07/nXkeWR2RHElhA9rnTCK5rP2OSO2qLmAqK7o3eCMmtjfmqXsWIWVj2KyWzsd1dmT7uYGDPcsoKf5iGXoLwppIby+0Wsj2vGdJZcS93CCnjGPxGY= Received: by 10.78.149.13 with SMTP id w13mr479687hud.1169842346390; Fri, 26 Jan 2007 12:12:26 -0800 (PST) Received: by 10.78.173.8 with HTTP; Fri, 26 Jan 2007 12:12:26 -0800 (PST) Message-ID: <9a64d7d10701261212k7d10a3degbdca2b835bbfc13c@mail.gmail.com> Date: Fri, 26 Jan 2007 21:12:26 +0100 From: "Volker Weber" Sender: weber.volker@googlemail.com To: "MyFaces Discussion" Subject: Re: Re: [Tobago] immediate has no effect on tabGroup In-Reply-To: <25621258.311211169764764987.JavaMail.servlet@kundenserver> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25621258.311211169764764987.JavaMail.servlet@kundenserver> X-Google-Sender-Auth: bfbad2620db9fc9f X-Virus-Checked: Checked by ClamAV on apache.org Hi Helmut, you are right, i have just fixed this (TOBAGO-260). Wait for the next nightly or trigger Bernd to force one ;-) Regards, Volker 2007/1/25, H. Swaczinna : > Hello Bernd, > > here comes a simple example: > > > > > rows="fixed;fixed;1*"/> > > > > > > > > > > > > > > > If you enter an invalid date in the date field, it is not validated > when you click the first button. It is validated, when you click the > button on the first tab. So far, everything is ok. But when you click > the button on the second tab, validation is also executed, but it should > not be. > > Regards > Helmut > > > >Hello Helmut, > > > >I can't reproduce your problem. Can you send an example page, please. > > > >Regards > > > >Bernd > > > >H. Swaczinna wrote: > >> Hello, > >> > >> the immediate="true" attribute of tc:link or tc:button has no effect, > >> when the link or button is on a tab in a tabGroup. Clicking the link > >> or button validates the fields on the page. Is the link or button > >> outside the tabGroup it does not. The tabGroup has switchType realodTab. > >> > >> Regards > >> Helmut > >> >