jsp page refresh

Ripper2k

Grünschnabel
Hi!
I have got the problem that if i try to refresh my jsp page the iframe gets refreshed but not my root/parent page.
Does anybody have a clue how i can solve this issue ?
This is how i refresh the page at the moment.

public static void reloadpage(){
FacesContext face= FacesContext.getCurrentInstance();
String page2= "http://localhost:8080/SWE-Chitter/faces/top.jsp";
face.getExternalContext().redirect(page2);
}

Thanks in advance, Ripper2k
 
Zurück