i wrote a
struts application to display the charts using cewolf...
the datas needed for the chart is fetch from the database and the charts are displayed....
and when we refresh the page the name of the chart does not change(means the previously displayed chart is again loaded)
Example:first time the chart is loaded and name is "cewolf;jsessionid=85BFCF136F756353724AF93C6A22FC3F?img=-666842058&width=200&height=125&iehack=.png"
and when i refresh the page the same is loaded namely "cewolf;jsessionid=85BFCF136F756353724AF93C6A22FC3F?img=-666842058&width=200&height=125&iehack=.png"
how it possible?
my guess is
when we refresh the page cewolf produce another chart image, isn't it?
my guessing is correct or wrong?