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 pass me 
on the documented process like

1) which jar files need to go whjere? I have downloaded the adf jars from the 
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:[EMAIL PROTECTED] 
Sent: Monday, June 19, 2006 7:32 AM
To: [email protected]
Subject: Re: af:objectIcon - Additional Custom Icons

Many thanks that worked.

On 6/15/06, Adam Winer <[EMAIL PROTECTED]> wrote:
>
> I think you need to do:
>
> .myIconName:alias
> {
>    content:url(.../ico16.gif);
>    width:16px;
>    height:16px
> }
>
> <af:objectIcon name="myIconName"/>
>
> Note the ":alias".
>
> -- Adam
>
>
> On 6/13/06, Dan Robinson <[EMAIL PROTECTED]> 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
> >
> > <af:objectIcon name="AFPromptIcon"/> and <af:objectIcon 
> > name="prompt"/>
> >
> > using a skin containing
> >
> > .AFPromptIcon {
> >     content:url(.../ico16.gif);
> >     width:16px;
> >     height:16px
> > }
> >
> > Neither seem to work.
> >
> > Thanks,
> >
> >
>


Reply via email to