Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 96760 invoked from network); 4 Jun 2008 20:22:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 20:22:18 -0000 Received: (qmail 45283 invoked by uid 500); 4 Jun 2008 20:22:21 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 44833 invoked by uid 500); 4 Jun 2008 20:22:19 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 44822 invoked by uid 99); 4 Jun 2008 20:22:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 13:22:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mkienenb@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 20:21:30 +0000 Received: by yw-out-1718.google.com with SMTP id 9so165004ywk.36 for ; Wed, 04 Jun 2008 13:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qtLmdaQL/INtVtyZU83My90nWhm11XFi6mHfFOCb1fo=; b=XpHiPqz8Jz64+UqhfJ0GTIu87KTbdmWK0Kk3oPuh5OsV0GF6L0uU1oh87in3oImJYK V8kRc3dpF9iR6Jz4z++WubJrXT9zDJy390ZPojcMvIuzUx2b+cX9E9BOzIkj8IAOcHG2 e2FRnulOsl5uG2oM4G5MXLMKG1SEezEonqPns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TtlhTVEAMH4hokYt0K4Yy18Z28v0ldADbJ6gnk3bLpM0UYnQPeM/YReGfOlGH+xL+f fNvr25MN+c20eaFqbz+CT+XivHjL1P6aziZOMc4lqnx3gStImr06FQiWZsAs9TwpoUcb /f4FLatYVnwVnIs/z1cA/j1k+KU0mCdbGeZuk= Received: by 10.150.153.3 with SMTP id a3mr664218ybe.150.1212610891402; Wed, 04 Jun 2008 13:21:31 -0700 (PDT) Received: by 10.151.98.13 with HTTP; Wed, 4 Jun 2008 13:21:31 -0700 (PDT) Message-ID: <8f985b960806041321r3ce4b0dag9c640a34fa910bfb@mail.gmail.com> Date: Wed, 4 Jun 2008 16:21:31 -0400 From: "Mike Kienenberger" To: "MyFaces Development" Subject: Re: core, myfaces-builder-plugin: issues noticed In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1212263306.9624.23.camel@simon-laptop> <1212312574.11335.14.camel@simon-laptop> <1212607109.6229.10.camel@simon-laptop> X-Virus-Checked: Checked by ClamAV on apache.org On 6/4/08, Leonardo Uribe wrote: > * @JSFJspProperty name = "message" inheritedTag="true" returnType = > "java.lang.String" longDesc = "alternate validation error message format > string" > */ > public class CSVValidator extends ValidatorBase > > Inheritance of properties for converters and validators are not supported > (in my concept there is no sense to allow this, but if there is a strong > reason we can study the impact and change it), so all properties defined on > the parent (in that case ValidatorBase) should be defined again with > inheritedTag="true". I guess I'd have to disagree that there's no sense in allowing inheritance of properties on validators and converters. The original goal of the ValidatorBase class was to provide a message properties to all subclasses. Why would you extend a validator or converter if you weren't planning on using the same properties of the parent?