You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Frank Nimphius <fr...@oracle.com> on 2008/01/23 19:45:17 UTC

Tree skinning problem with Trinidad 1.2.5

I am trying to skin the trinidad tree so it looks like the ADF Faces 
tree. Looks good so far, but I am struggeling with the folder icon. I 
downloaded Trinidad 1.2.5 (the latest release). Looking at the 
treeRenderer and the SkinSelector class, it appears (as I understand the 
code) that the tree folder icon is composed as

af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');} 

af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');} 


This doesn't work and also looks strange. Can whoever built the 
treeRenderer have a look to verify if its me or the code?

Frank

-- 

________________________________
Frank Nimphius
Principal Product Manager
Application Development Tools
Oracle Corporation
mail: frank.nimphius@oracle.com
phone:+49 2058 782481


Re: Got It !!! Re: Tree skinning problem with Trinidad 1.2.5

Posted by Cristi Toth <cr...@gmail.com>.
I'm glad that I could be of some help.

-- 
Cristi Toth

-------------
Codebeat
www.codebeat.ro

On Jan 30, 2008 12:52 AM, Frank Nimphius <fr...@oracle.com> wrote:

>  Cristi,
>
> thanks for the pointer to the beach.css. I found a clue that got me going
> with
>
> af|tree::node-icon:folder
>
> Frank
>
> Cristi Toth wrote:
>
> As Matthias said, the changes were comitted in december.
> And as I said "a good example you find in the trinidad-demo
> the node class is DemoTreeData and the skin file is beach.css"
>
> Give more details about your problem so I can help you.
>
> regards,
>
> On Jan 29, 2008 9:33 AM, Frank Nimphius <fr...@oracle.com> wrote:
>
> Thanks Cristi,
>
> did you just check in the changes, or are they in 1.2.5 of Trinidad
> already ? I am asking because I was testing the skin with the Trinidad
> component demo
>
> Frank
>
> Cristi Toth wrote:
>
> Hey Frank,
>
> Sorry for me beeing not attentive.
> The code is comitted and should work.
>
> But for the nice node icons (folder/document/...) to work,
> you need to have in your tree node class a getNodeType() method
> that returns for each node it's type (String)
>
> i.e. if for one node the method returns "folder"
> then you will have the following selectors:
> af|tree::node-icon:folder-collapsed (for a collapsed node - if it has
> children)
> af|tree::node-icon:folder-expanded (for an expanded node - if it has
> children)
> af|tree::node-icon:folder (for a node that doesn't have children)
>
> this way you could skin each node different,
> just by changing the value returned by getNodeType() method.
>
> A good example you find in the trinidad-demo
> the node class is DemoTreeData and the skin file is beach.css
>
> Sorry for the late answer and hope to be of some help.
>
>
> On Jan 23, 2008 7:45 PM, Frank Nimphius <fr...@oracle.com> wrote:
>
>
> I am trying to skin the trinidad tree so it looks like the ADF Faces
> tree. Looks good so far, but I am struggeling with the folder icon. I
> downloaded Trinidad 1.2.5 (the latest release). Looking at the
> treeRenderer and the SkinSelector class, it appears (as I understand the
> code) that the tree folder icon is composed as
>
>
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
>
>
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
>
>
> This doesn't work and also looks strange. Can whoever built the
> treeRenderer have a look to verify if its me or the code?
>
> Frank
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>
>
>
> --
> Cristi Toth
>
> -------------
> Codebeat
> www.codebeat.ro
>
>
>  --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>
>
>
> --
> Cristi Toth
>
> -------------
> Codebeat
> www.codebeat.ro
>
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Cristi Toth <cr...@gmail.com>.
As Matthias said, the changes were comitted in december.
And as I said "a good example you find in the trinidad-demo
the node class is DemoTreeData and the skin file is beach.css"

Give more details about your problem so I can help you.

regards,

On Jan 29, 2008 9:33 AM, Frank Nimphius <fr...@oracle.com> wrote:

>  Thanks Cristi,
>
> did you just check in the changes, or are they in 1.2.5 of Trinidad
> already ? I am asking because I was testing the skin with the Trinidad
> component demo
>
> Frank
>
>
> Cristi Toth wrote:
>
> Hey Frank,
>
> Sorry for me beeing not attentive.
> The code is comitted and should work.
>
> But for the nice node icons (folder/document/...) to work,
> you need to have in your tree node class a getNodeType() method
> that returns for each node it's type (String)
>
> i.e. if for one node the method returns "folder"
> then you will have the following selectors:
> af|tree::node-icon:folder-collapsed (for a collapsed node - if it has
> children)
> af|tree::node-icon:folder-expanded (for an expanded node - if it has
> children)
> af|tree::node-icon:folder (for a node that doesn't have children)
>
> this way you could skin each node different,
> just by changing the value returned by getNodeType() method.
>
> A good example you find in the trinidad-demo
> the node class is DemoTreeData and the skin file is beach.css
>
> Sorry for the late answer and hope to be of some help.
>
>
> On Jan 23, 2008 7:45 PM, Frank Nimphius <fr...@oracle.com> wrote:
>
>
> I am trying to skin the trinidad tree so it looks like the ADF Faces
> tree. Looks good so far, but I am struggeling with the folder icon. I
> downloaded Trinidad 1.2.5 (the latest release). Looking at the
> treeRenderer and the SkinSelector class, it appears (as I understand the
> code) that the tree folder icon is composed as
>
>
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
>
>
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
>
>
> This doesn't work and also looks strange. Can whoever built the
> treeRenderer have a look to verify if its me or the code?
>
> Frank
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>
>
>
> --
> Cristi Toth
>
> -------------
> Codebeat
> www.codebeat.ro
>
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>


-- 
Cristi Toth

-------------
Codebeat
www.codebeat.ro

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Cristi Toth <cr...@gmail.com>.
Hey Frank,

Sorry for me beeing not attentive.
The code is comitted and should work.

But for the nice node icons (folder/document/...) to work,
you need to have in your tree node class a getNodeType() method
that returns for each node it's type (String)

i.e. if for one node the method returns "folder"
then you will have the following selectors:
af|tree::node-icon:folder-collapsed (for a collapsed node - if it has
children)
af|tree::node-icon:folder-expanded (for an expanded node - if it has
children)
af|tree::node-icon:folder (for a node that doesn't have children)

this way you could skin each node different,
just by changing the value returned by getNodeType() method.

A good example you find in the trinidad-demo
the node class is DemoTreeData and the skin file is beach.css

Sorry for the late answer and hope to be of some help.


On Jan 23, 2008 7:45 PM, Frank Nimphius <fr...@oracle.com> wrote:

>
> I am trying to skin the trinidad tree so it looks like the ADF Faces
> tree. Looks good so far, but I am struggeling with the folder icon. I
> downloaded Trinidad 1.2.5 (the latest release). Looking at the
> treeRenderer and the SkinSelector class, it appears (as I understand the
> code) that the tree folder icon is composed as
>
>
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
>
>
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
>
>
> This doesn't work and also looks strange. Can whoever built the
> treeRenderer have a look to verify if its me or the code?
>
> Frank
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>


-- 
Cristi Toth

-------------
Codebeat
www.codebeat.ro

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Matthias Wessendorf <ma...@apache.org>.
the 1.0.x trunk merge to 1.2_x was done on

"4th Dec 2007".

if you stuff was committed before that date, it should be in the 1.2.x as well.

Thx,
M

On Jan 23, 2008 1:10 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> > I have refactored the tree skinning in november.
> > But it was only comitted in the 1.0.* trunk.
> > I will try to prepare a patch for 1.2.* this week-end.
> > (hope I'll have some time)
>
> do you know for sure that you committed them after the 1.2.x trunk
> was created ?
>
> -M
>
>
> >
> >
> >
> >  On Jan 23, 2008 8:58 PM, Frank Nimphius <fr...@oracle.com> wrote:
> > >
> > > Simon,
> > >
> > > thanks, I will give the different URL usage a try. Note that I am not
> > talking about the expanded / disclosed icon, but the folder icon. In ADF
> > Faces the node icon (disclosed / expanded) is a puls/minus image. That I got
> > working in Trinidad. However, after that icon in ADF Faces there comes a
> > folder icon, which I cannot get working in Trinidad though the selector
> > seems to be there
> > >
> > > Frank
> > >
> > >
> > >
> > >
> > > Simon Lessard wrote:
> > > Hello Frank,
> > >
> > > I see the following selectors in SkinSelectors:
> > >
> > >   public static final String AF_TREE_EXPANDED_ICON =
> > >     "af|tree::expanded-icon";
> > >   public static final String AF_TREE_COLLAPSED_ICON =
> > >     "af|tree::collapsed-icon";
> > >
> > > So the good skin's CSS value should be:
> > > af|tree::collapsed-icon{content:url('/skins/oracle/images/tfold.gif');}
> > > af|tree::expanded-icon{content:url('/skins/oracle/images/tfold.gif');}
> > >
> > >
> > > Also note that Trinidad deals with URL differently than ADF Faces so if
> > the images are in a sub-directory of the folder containing the skin's CSS
> > file, then you can use relative URL like the following to achieve the same
> > result.
> > > af|tree::collapsed-icon{content:url('images/tfold.gif');}
> > > af|tree::expanded-icon{content:url('images/tfold.gif');}
> > >
> > >
> > >
> > > Regards,
> > >
> > > ~ Simon
> > >
> > >
> > > On Jan 23, 2008 1:45 PM, Frank Nimphius < frank.nimphius@oracle.com>
> > wrote:
> > >
> > >
> > > I am trying to skin the trinidad tree so it looks like the ADF Faces
> > > tree. Looks good so far, but I am struggeling with the folder icon. I
> > > downloaded Trinidad 1.2.5 (the latest release). Looking at the
> > > treeRenderer and the SkinSelector class, it appears (as I understand the
> > > code) that the tree folder icon is composed as
> > >
> > >
> > af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
> > >
> > >
> > af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
> > >
> > >
> > > This doesn't work and also looks strange. Can whoever built the
> > > treeRenderer have a look to verify if its me or the code?
> > >
> > > Frank
> > >
> > > --
> > >
> > > ________________________________
> > > Frank Nimphius
> > > Principal Product Manager
> > > Application Development Tools
> > > Oracle Corporation
> > > mail: frank.nimphius@oracle.com
> > > phone:+49 2058 782481
> > >
> > >
> > >
> > > --
> > >
> > > ________________________________
> > > Frank Nimphius
> > > Principal Product Manager
> > > Application Development Tools
> > > Oracle Corporation
> > > mail: frank.nimphius@oracle.com
> > > phone:+49 2058 782481
> > >
> >
> >
> >
> > --
> > Cristi Toth
> >
> > -------------
> > Codebeat
> > www.codebeat.ro
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Matthias Wessendorf <ma...@apache.org>.
> I have refactored the tree skinning in november.
> But it was only comitted in the 1.0.* trunk.
> I will try to prepare a patch for 1.2.* this week-end.
> (hope I'll have some time)

do you know for sure that you committed them after the 1.2.x trunk
was created ?

-M

>
>
>
>  On Jan 23, 2008 8:58 PM, Frank Nimphius <fr...@oracle.com> wrote:
> >
> > Simon,
> >
> > thanks, I will give the different URL usage a try. Note that I am not
> talking about the expanded / disclosed icon, but the folder icon. In ADF
> Faces the node icon (disclosed / expanded) is a puls/minus image. That I got
> working in Trinidad. However, after that icon in ADF Faces there comes a
> folder icon, which I cannot get working in Trinidad though the selector
> seems to be there
> >
> > Frank
> >
> >
> >
> >
> > Simon Lessard wrote:
> > Hello Frank,
> >
> > I see the following selectors in SkinSelectors:
> >
> >   public static final String AF_TREE_EXPANDED_ICON =
> >     "af|tree::expanded-icon";
> >   public static final String AF_TREE_COLLAPSED_ICON =
> >     "af|tree::collapsed-icon";
> >
> > So the good skin's CSS value should be:
> > af|tree::collapsed-icon{content:url('/skins/oracle/images/tfold.gif');}
> > af|tree::expanded-icon{content:url('/skins/oracle/images/tfold.gif');}
> >
> >
> > Also note that Trinidad deals with URL differently than ADF Faces so if
> the images are in a sub-directory of the folder containing the skin's CSS
> file, then you can use relative URL like the following to achieve the same
> result.
> > af|tree::collapsed-icon{content:url('images/tfold.gif');}
> > af|tree::expanded-icon{content:url('images/tfold.gif');}
> >
> >
> >
> > Regards,
> >
> > ~ Simon
> >
> >
> > On Jan 23, 2008 1:45 PM, Frank Nimphius < frank.nimphius@oracle.com>
> wrote:
> >
> >
> > I am trying to skin the trinidad tree so it looks like the ADF Faces
> > tree. Looks good so far, but I am struggeling with the folder icon. I
> > downloaded Trinidad 1.2.5 (the latest release). Looking at the
> > treeRenderer and the SkinSelector class, it appears (as I understand the
> > code) that the tree folder icon is composed as
> >
> >
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
> >
> >
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
> >
> >
> > This doesn't work and also looks strange. Can whoever built the
> > treeRenderer have a look to verify if its me or the code?
> >
> > Frank
> >
> > --
> >
> > ________________________________
> > Frank Nimphius
> > Principal Product Manager
> > Application Development Tools
> > Oracle Corporation
> > mail: frank.nimphius@oracle.com
> > phone:+49 2058 782481
> >
> >
> >
> > --
> >
> > ________________________________
> > Frank Nimphius
> > Principal Product Manager
> > Application Development Tools
> > Oracle Corporation
> > mail: frank.nimphius@oracle.com
> > phone:+49 2058 782481
> >
>
>
>
> --
> Cristi Toth
>
> -------------
> Codebeat
> www.codebeat.ro



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Matthias Wessendorf <ma...@apache.org>.
Cristi,

can you open a jira issue for that?

thanks!

On Jan 23, 2008 12:11 PM, Cristi Toth <cr...@gmail.com> wrote:
> Hi
>
> I have refactored the tree skinning in november.
> But it was only comitted in the 1.0.* trunk.
> I will try to prepare a patch for 1.2.* this week-end.
> (hope I'll have some time)
>
>
>
>  On Jan 23, 2008 8:58 PM, Frank Nimphius <fr...@oracle.com> wrote:
> >
> > Simon,
> >
> > thanks, I will give the different URL usage a try. Note that I am not
> talking about the expanded / disclosed icon, but the folder icon. In ADF
> Faces the node icon (disclosed / expanded) is a puls/minus image. That I got
> working in Trinidad. However, after that icon in ADF Faces there comes a
> folder icon, which I cannot get working in Trinidad though the selector
> seems to be there
> >
> > Frank
> >
> >
> >
> >
> > Simon Lessard wrote:
> > Hello Frank,
> >
> > I see the following selectors in SkinSelectors:
> >
> >   public static final String AF_TREE_EXPANDED_ICON =
> >     "af|tree::expanded-icon";
> >   public static final String AF_TREE_COLLAPSED_ICON =
> >     "af|tree::collapsed-icon";
> >
> > So the good skin's CSS value should be:
> > af|tree::collapsed-icon{content:url('/skins/oracle/images/tfold.gif');}
> > af|tree::expanded-icon{content:url('/skins/oracle/images/tfold.gif');}
> >
> >
> > Also note that Trinidad deals with URL differently than ADF Faces so if
> the images are in a sub-directory of the folder containing the skin's CSS
> file, then you can use relative URL like the following to achieve the same
> result.
> > af|tree::collapsed-icon{content:url('images/tfold.gif');}
> > af|tree::expanded-icon{content:url('images/tfold.gif');}
> >
> >
> >
> > Regards,
> >
> > ~ Simon
> >
> >
> > On Jan 23, 2008 1:45 PM, Frank Nimphius < frank.nimphius@oracle.com>
> wrote:
> >
> >
> > I am trying to skin the trinidad tree so it looks like the ADF Faces
> > tree. Looks good so far, but I am struggeling with the folder icon. I
> > downloaded Trinidad 1.2.5 (the latest release). Looking at the
> > treeRenderer and the SkinSelector class, it appears (as I understand the
> > code) that the tree folder icon is composed as
> >
> >
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
> >
> >
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
> >
> >
> > This doesn't work and also looks strange. Can whoever built the
> > treeRenderer have a look to verify if its me or the code?
> >
> > Frank
> >
> > --
> >
> > ________________________________
> > Frank Nimphius
> > Principal Product Manager
> > Application Development Tools
> > Oracle Corporation
> > mail: frank.nimphius@oracle.com
> > phone:+49 2058 782481
> >
> >
> >
> > --
> >
> > ________________________________
> > Frank Nimphius
> > Principal Product Manager
> > Application Development Tools
> > Oracle Corporation
> > mail: frank.nimphius@oracle.com
> > phone:+49 2058 782481
> >
>
>
>
> --
> Cristi Toth
>
> -------------
> Codebeat
> www.codebeat.ro



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Cristi Toth <cr...@gmail.com>.
Hi

I have refactored the tree skinning in november.
But it was only comitted in the 1.0.* trunk.
I will try to prepare a patch for 1.2.* this week-end.
(hope I'll have some time)

On Jan 23, 2008 8:58 PM, Frank Nimphius <fr...@oracle.com> wrote:

>  Simon,
>
> thanks, I will give the different URL usage a try. Note that I am not
> talking about the expanded / disclosed icon, but the folder icon. In ADF
> Faces the node icon (disclosed / expanded) is a puls/minus image. That I got
> working in Trinidad. However, after that icon in ADF Faces there comes a
> folder icon, which I cannot get working in Trinidad though the selector
> seems to be there
>
> Frank
>
>
> Simon Lessard wrote:
>
> Hello Frank,
>
> I see the following selectors in SkinSelectors:
>
>   public static final String AF_TREE_EXPANDED_ICON =
>     "af|tree::expanded-icon";
>   public static final String AF_TREE_COLLAPSED_ICON =
>     "af|tree::collapsed-icon";
>
> So the good skin's CSS value should be:
> af|tree::collapsed-icon{content:url('/skins/oracle/images/tfold.gif');}
> af|tree::expanded-icon{content:url('/skins/oracle/images/tfold.gif');}
>
>
> Also note that Trinidad deals with URL differently than ADF Faces so if
> the images are in a sub-directory of the folder containing the skin's CSS
> file, then you can use relative URL like the following to achieve the same
> result.
> af|tree::collapsed-icon{content:url('images/tfold.gif');}
> af|tree::expanded-icon{content:url('images/tfold.gif');}
>
>
>
> Regards,
>
> ~ Simon
>
> On Jan 23, 2008 1:45 PM, Frank Nimphius < frank.nimphius@oracle.com>
> wrote:
>
>
> I am trying to skin the trinidad tree so it looks like the ADF Faces
> tree. Looks good so far, but I am struggeling with the folder icon. I
> downloaded Trinidad 1.2.5 (the latest release). Looking at the
> treeRenderer and the SkinSelector class, it appears (as I understand the
> code) that the tree folder icon is composed as
>
>
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
>
>
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
>
>
> This doesn't work and also looks strange. Can whoever built the
> treeRenderer have a look to verify if its me or the code?
>
> Frank
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>


-- 
Cristi Toth

-------------
Codebeat
www.codebeat.ro

Re: Tree skinning problem with Trinidad 1.2.5

Posted by Simon Lessard <si...@gmail.com>.
Hello Frank,

I see the following selectors in SkinSelectors:

  public static final String AF_TREE_EXPANDED_ICON =
    "af|tree::expanded-icon";
  public static final String AF_TREE_COLLAPSED_ICON =
    "af|tree::collapsed-icon";

So the good skin's CSS value should be:
af|tree::collapsed-icon{content:url('/skins/oracle/images/tfold.gif');}
af|tree::expanded-icon{content:url('/skins/oracle/images/tfold.gif');}


Also note that Trinidad deals with URL differently than ADF Faces so if the
images are in a sub-directory of the folder containing the skin's CSS file,
then you can use relative URL like the following to achieve the same result.
af|tree::collapsed-icon{content:url('images/tfold.gif');}
af|tree::expanded-icon{content:url('images/tfold.gif');}



Regards,

~ Simon

On Jan 23, 2008 1:45 PM, Frank Nimphius <fr...@oracle.com> wrote:

>
> I am trying to skin the trinidad tree so it looks like the ADF Faces
> tree. Looks good so far, but I am struggeling with the folder icon. I
> downloaded Trinidad 1.2.5 (the latest release). Looking at the
> treeRenderer and the SkinSelector class, it appears (as I understand the
> code) that the tree folder icon is composed as
>
>
> af|tree::node-icon:-collapsed{content:url('/skins/oracle/images/tfold.gif');}
>
>
> af|tree::node-icon:-expanded{content:url('/skins/oracle/images/tfold.gif');}
>
>
> This doesn't work and also looks strange. Can whoever built the
> treeRenderer have a look to verify if its me or the code?
>
> Frank
>
> --
>
> ________________________________
> Frank Nimphius
> Principal Product Manager
> Application Development Tools
> Oracle Corporation
> mail: frank.nimphius@oracle.com
> phone:+49 2058 782481
>
>