hi,
Not sure if this is caused by the meta refresh tag. Could try to change to use javascript
"window.settimeout" on the html body tag.
something like this:
<body onload="window.setTimeout('reloadFrame()',10000);">
The javascript is something like this:
function reloadFrame() {
try {
clickLink('hiddenLink');
}
catch(e){}
}
The other details can be found here:
http://wiki.apache.org/myfaces/JavascriptWithJavaServerFaces
Hope this help.
cheers.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966965#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...