From adffaces-user-return-335-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Mon Jun 19 17:06:01 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 77350 invoked from network); 19 Jun 2006 17:06:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 17:06:01 -0000 Received: (qmail 33038 invoked by uid 500); 19 Jun 2006 17:06:01 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 33018 invoked by uid 500); 19 Jun 2006 17:06:00 -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 33009 invoked by uid 99); 19 Jun 2006 17:06:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 10:06:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [148.87.113.118] (HELO rgminet01.oracle.com) (148.87.113.118) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 10:06:00 -0700 Received: from rgmsgw01.us.oracle.com (rgmsgw01.us.oracle.com [138.1.186.51]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k5JH5cWN009030 for ; Mon, 19 Jun 2006 11:05:38 -0600 Received: from corp.siebel.com (dhcp-6op7-west-130-35-90-88.us.oracle.com [130.35.90.88]) by rgmsgw01.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k5JH5b39011648 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 19 Jun 2006 11:05:38 -0600 From: "Chaitanya Kadaru" Reply-To: "chaitanya.kadaru@oracle.com" To: "adffaces-user@incubator.apache.org" Subject: How to start using adf faces Date: Mon, 19 Jun 2006 10:05:37 -0700 Organization: Oracle Message-ID: <20060619100537457.00000002292@ckadarudc5000> In-Reply-To: <5bbf92e70606190731o89ab08cr953effba42be740c@mail.gmail.com> X-Mailer: Oracle Connector for Outlook 10.1.2.0.0 71006 (11.0.8010) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I am using apache myfaces and tomahawk components on top of it. Now I want to use some adf components along with the above. Can someone pas= s me on the documented process like 1) which jar files need to go whjere? I have downloaded the adf jars from t= he incubator site. 2) what needs to be changed in the web.xml of faces config.xml? 3) anything else needs be done ? Like packaging the additional jars If there is a documented process somewhere that would be great, of even if = one of you can tell me the process that would be great. Thanks Chaitanya Kadaru -----Original Message----- From: Dan Robinson [mailto:dannyjrobinson@gmail.com] = Sent: Monday, June 19, 2006 7:32 AM To: adffaces-user@incubator.apache.org Subject: Re: af:objectIcon - Additional Custom Icons Many thanks that worked. On 6/15/06, Adam Winer wrote: > > I think you need to do: > > .myIconName:alias > { > content:url(.../ico16.gif); > width:16px; > height:16px > } > > > > Note the ":alias". > > -- Adam > > > On 6/13/06, Dan Robinson wrote: > > Guys, > > > > Does af:objectIcon provide the ability to reference additional = > > custom icons. The docs tend towards allowing this, but I can't get it = to work. > > > > So far I have tried > > > > and > name=3D"prompt"/> > > > > using a skin containing > > > > .AFPromptIcon { > > content:url(.../ico16.gif); > > width:16px; > > height:16px > > } > > > > Neither seem to work. > > > > Thanks, > > > > >