users@javaserverfaces.java.net

Undefined component type graphicImageDynamic

From: tintifaxe <tintifaxe_at_hotmail.com>
Date: Thu, 24 May 2007 03:50:21 -0700 (PDT)

Hi,

I try to use the sandbox component "s:graphicImageDynamic". I found posts
where this topic is discussed but I could not get an answer for my problem.

Everytime when I try to open a page where I implemented the tag, I get the
following exception:

javax.faces.FacesException: Undefined component type
org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamic
...
...


I am using:
JBoss 4.04
MyFaces 1.1.5
Tomahawk 1.1.5
Sandbox 1.1.5
Facelets (1.1.1 - I think)

The entry in my sandbox.taglib.xml for the tag is:

<tag>
<tag-name>graphicImageDynamic</tag-name>
<component>
<component-type>org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamic</component-type>
<renderer-type>org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicRenderer</renderer-type>
<handler-class>facelets.GraphicImageDynamicComponentHandler</handler-class>
</component>
</tag>


I know that there are many problems with this component, but there was that
can help me.

Regards,

tintifaxe
-- 
View this message in context: http://www.nabble.com/Undefined-component-type-graphicImageDynamic-tf3809334.html#a10781354
Sent from the javaserverfaces users mailing list archive at Nabble.com.