[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1607) s:graphicImage should use a more unique URL
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Sun Aug 5 23:28:49 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1607?page=all ]
Shane Bryzak closed JBSEAM-1607.
--------------------------------
Fix Version/s: 2.0.0.CR1
Resolution: Done
Assignee: Shane Bryzak (was: Pete Muir)
Fixed in CVS
> 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: Shane Bryzak
> Fix For: 2.0.0.CR1
>
>
> 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
More information about the seam-issues
mailing list