[
http://jira.jboss.com/jira/browse/JBSEAM-2517?page=all ]
Pete Muir updated JBSEAM-2517:
------------------------------
Fix Version/s: 2.1.0.GA
Description:
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;" />
was:
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;" />
Assignee: Pete Muir
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
Assigned To: Pete Muir
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