From adffaces-user-return-219-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Wed May 31 11:10:20 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 69559 invoked from network); 31 May 2006 11:10:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2006 11:10:20 -0000 Received: (qmail 60829 invoked by uid 500); 31 May 2006 11:10:18 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 60689 invoked by uid 500); 31 May 2006 11:10:17 -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 60617 invoked by uid 99); 31 May 2006 11:10:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 04:10:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cosmacol@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 04:10:16 -0700 Received: by wr-out-0506.google.com with SMTP id i3so238065wra for ; Wed, 31 May 2006 04:09:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s2mL7vSMYyXtGnwThMwfz0N6OSPgtsKKUVeD2zfrDr9vBCYNAETbDejTCf3vwZyrszdvEX3/IrEfpXP8LzWBSYvcRje049adDlZewMfvU6rrdpwEF8Gz4xm6klvOc0B871ZjskdKg58ksPPvQ0IAKc7j/YkFwltwWWpxWLOHYyA= Received: by 10.54.133.17 with SMTP id g17mr50257wrd; Wed, 31 May 2006 04:09:52 -0700 (PDT) Received: by 10.54.89.1 with HTTP; Wed, 31 May 2006 04:09:52 -0700 (PDT) Message-ID: <467251f60605310409t61c7f3dap7d1cc2b3be1a50d8@mail.gmail.com> Date: Wed, 31 May 2006 13:09:52 +0200 From: "Cosma Colanicchia" To: adffaces-user@incubator.apache.org Subject: Re: ADF Faces component with facelets In-Reply-To: <467251f60605310153g2a192b02m9d833774a924e6f3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <467251f60605310143u2c2782f2tf0a71af70715037e@mail.gmail.com> <20060531084824.7AC8510FB018@asf.osuosl.org> <467251f60605310153g2a192b02m9d833774a924e6f3@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have a problem either with 1.1.7 and 1.0.14. First, I had to manually add to the adf-faces jar the af.taglib.xml file from the sources, because there was only yhe afh.taglib.xml one... strange thing. Anyway I use the latest sources from apache to build the adf-faces jars. Now, I have a test page that seems to work, and tags get replaced in my output by the generated HTML, but my ones does not. I have s in my output page. What's wrong? This is the libraries I set for my project: adf-faces-api-11-m7-SNAPSHOT.jar adf-faces-impl-11-m7-SNAPSHOT.jar myfaces-api-1.1.4-SNAPSHOT.jar myfaces-impl-1.1.4-SNAPSHOT.jar tomahawk-1.1.4-SNAPSHOT.jar jsf-facelets-1.1.7.jar el-api.jar el-ri.jar commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.0.jar commons-lang-2.1.jar commons-logging-1.0.4.jar commons-validator-1.1.4.jar jakarta-oro-2.0.7.jar jstl-1.1.0.jar In my facelets page, I declared the namespaces this way: What's wrong? 2006/5/31, Cosma Colanicchia : > 2006/5/31, Frank Felix Debatin : > > > I'm was starting with the latest release, 1.1.7, but I'll > > > follow your hint and try 1.0.14 first. > > > > I was actually hoping you start with 1.1.x to see if you > > find the same problems ;-) > > Ok, I promise that, if I can work out without problems 1.0.14, I'll > try switch to 1.1.7 :-) > > > > So, the only required > > > libraries are those for tomahawk and for the sandbox, > > right? > > > > The facelets page mentions a tomahawk taglib contribution. > > I'm just using the ADF component, so I can't tell. > > I'll probably leave the tomahawk and sandbox in the future, it seems > that ADF Faces has a rather complete feature set.. > > > Frank Felix > > > > >