Refresh Problem

Is there a problem in JSF. When i add new updates i dont show up. Like if i add some new field it does not appear immediatly. i have to manully refresh the page to check the updates. So is there any solution for this.
[224 byte] By [Atiqea] at [2007-11-26 15:55:14]
# 1
Its from your server not from jsf
amitteva at 2007-7-8 22:15:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
elaborate your problem...
ayananshua at 2007-7-8 22:15:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

I am using tomcat 5.5.9. I am using a number of list in my application. and when ever i add new record and check the list it doesnot update it. untill i refreash the page. as i always update my related lists on new context Instance.. Like this :

public List getList() {

if (FacesContext.getCurrentInstance().getRenderResponse()) {

loadList(); // Reload to get most recent data.

}

return list;

}

Is it explorer problem or webserver problem. And what is its solution.

Atiqea at 2007-7-8 22:15:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...