[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2517) Id Attribute does not render on s:graphicImage
Pete Muir (JIRA)
jira-events at lists.jboss.org
Mon Jan 28 08:12:40 EST 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2517?page=all ]
Pete Muir updated JBSEAM-2517:
------------------------------
Component/s: JSF Controls
(was: JSF Integration)
> 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 Controls
> 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