Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-18 Thread Anton Gavazuk
Hi guys,

thank you very much for answers.

2009/3/17 Leonardo Uribe lu4...@gmail.com


 On Sun, Mar 15, 2009 at 12:59 PM, Simon Kitching skitch...@apache.orgwrote:

 On Sat, 2009-03-14 at 08:25 +0200, Anton Gavazuk wrote:
  Hi all,
 
  looked through the list of tags and found iconProvider tag -
 
  org.apache.myfaces.custom.tree.taglib.IconProviderTag
 
  does anyone know anything about the tag - what is it?
 

 I don't know. But from the packagename it appears to be something
 associated with the old tomahawk tree component. So unless you are using
 the old tree component, I would expect that it is not useful.

 Regards,
 Simon


 Hi

 Checking the code, IconProviderTag is used in conjunction with t:tree tag
 to retrieve urls used to get icons for this component.

 Its attribute type should be filled by a fully qualified class name that
 implements org.apache.myfaces.custom.tree.IconProvider interface.

 regards

 Leonardo Uribe




Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-16 Thread Leonardo Uribe
On Sun, Mar 15, 2009 at 12:59 PM, Simon Kitching skitch...@apache.orgwrote:

 On Sat, 2009-03-14 at 08:25 +0200, Anton Gavazuk wrote:
  Hi all,
 
  looked through the list of tags and found iconProvider tag -
 
  org.apache.myfaces.custom.tree.taglib.IconProviderTag
 
  does anyone know anything about the tag - what is it?
 

 I don't know. But from the packagename it appears to be something
 associated with the old tomahawk tree component. So unless you are using
 the old tree component, I would expect that it is not useful.

 Regards,
 Simon


Hi

Checking the code, IconProviderTag is used in conjunction with t:tree tag to
retrieve urls used to get icons for this component.

Its attribute type should be filled by a fully qualified class name that
implements org.apache.myfaces.custom.tree.IconProvider interface.

regards

Leonardo Uribe


Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-15 Thread Simon Kitching
On Sat, 2009-03-14 at 08:25 +0200, Anton Gavazuk wrote:
 Hi all,
 
 looked through the list of tags and found iconProvider tag -
 
 org.apache.myfaces.custom.tree.taglib.IconProviderTag
 
 does anyone know anything about the tag - what is it?
 

I don't know. But from the packagename it appears to be something
associated with the old tomahawk tree component. So unless you are using
the old tree component, I would expect that it is not useful.

Regards,
Simon