Hi, the component type is "org.apache.myfaces.GraphicImageDynamic" and
the renderer type is "org.apache.myfaces.GraphicImageDynamicRenderer".
Maybe changing this solves your problem.

Cheers,

Bruno

On 28/05/07, tintifaxe <[EMAIL PROTECTED]> wrote:

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/graphicImageDynamic%3A-Undefined-component-type-tf3828953.html#a10839019
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Reply via email to