[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1129) Error with s:grapicImage (Unsupported component-family/renderer-typ )

Jakub (JIRA) jira-events at lists.jboss.org
Sun Jun 10 19:20:11 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1129?page=comments#action_12364817 ] 
            
Jakub commented on JBSEAM-1129:
-------------------------------

Unfortunately, the above warning appeared with my configuration (Seam 1.2.1 GA, JDK1.5). The image is displayed correctly. Image source comes from byte[]:
Page:
   <s:graphicImage value="#{playerPhoto}" />

Bean:
   @In(required = false)
   @Out
   private byte[] playerPhoto;

> Error with  s:grapicImage (Unsupported component-family/renderer-typ )
> ----------------------------------------------------------------------
>
>                 Key: JBSEAM-1129
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1129
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 1.2.1.GA
>         Environment: JBoss 4.05GA Seam 1.2.1 GA  MyFaces 1.1.4 Facelet 1.1.12
>            Reporter: Fredrik
>         Assigned To: Pete Muir
>            Priority: Optional
>             Fix For: 1.3.0.ALPHA
>
>
> I am using seam 1.2.1 GA and I am trying out the new s:graphicImage component. But when I want to render an Image in a faclet page I get the following error: 
> 10:04:26,354 WARN [HtmlRenderKitImpl] Unsupported component-family/renderer-typ e: org.jboss.seam.ui.UIGraphicImage/javax.faces.Image 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list