s:graphicImage should use a more unique URL
-------------------------------------------
Key: JBSEAM-1607
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1607
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Affects Versions: 2.0.0.BETA1
Reporter: Shane Bryzak
Assigned To: Pete Muir
When using s:graphicImage the image URL looks something like this:
/seam/resource/graphicImage/org.jboss.seam.ui.GraphicImageStore.41.png
The problem here is that when the container is restarted, the index is reset to 0 which
means that browsers may use a cached version of a previously loaded image (which may be
the wrong image). I suggest that we use a UID value for this instead to guarantee
uniqueness.
--
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