You need to make sure that you've compiled and added the class facelets.GraphicImageDynamicComponentHandler to your classpath.
It's possible that the GID component has changed renderer or component type names so you'll want to double-check that. And then you'll want to check that the method signature defined in GraphicImageDynamicComponentHandler is still correct. It's been a long time since I've tried to use that component myself. On 5/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi, I try to use the sandbox component "graphicImageDynamic". I found posts where this topic is discussed but I could not get an answer for my problem. Maybe somebody can help me with a hint or solution. Every time 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 USED SOFTWARE VERSIONS: 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>

