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

Pete Muir (JIRA) jira-events at lists.jboss.org
Fri Mar 14 10:54:29 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2517?page=all ]

Pete Muir updated JBSEAM-2517:
------------------------------

    Issue Type: Feature Request  (was: Bug)
      Priority: Minor  (was: Major)

> 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: Feature Request
>          Components: JSF Controls
>    Affects Versions: 2.0.1.CR1
>         Environment: jboss 4.2.1
>            Reporter: nathan dennis
>         Assigned To: Pete Muir
>            Priority: Minor
>             Fix For: 2.1.0.GA
>
>         Attachments: JBSEAM-2517.patch, JBSEAM-2517.patch
>
>
> 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