[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2517) Id Attribute does not render on s:graphicImage

nathan dennis (JIRA) jira-events at lists.jboss.org
Mon Jan 21 11:35:56 EST 2008


Id Attribute does not render on s:graphicImage
----------------------------------------------

                 Key: JBSEAM-2517
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2517
             Project: JBoss Seam
          Issue Type: Bug
          Components: JSF
    Affects Versions: 2.0.1.CR1
         Environment: jboss 4.2.1
            Reporter: nathan dennis



id attribute will not render on a s:graphicImage.
Code:

 <s:graphicImage id="phototoedit"
        		value="#{modeditAction.outpic}" 
	        	style="border:0px;"
    	    	rendered="#{modeditAction.outpic != null}"/>	



renders as

Code:

<img src="/picture/seam/resource/graphicImage/org.jboss.seam.ui.GraphicImageStore.-4aa1b80-11799ac64d4--7fee.p
ng" style="border:0px;" />	




-- 
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