[jboss-user] [JBoss Seam] - Re: Page events produce 'No active event context' exception

chuaky do-not-reply at jboss.com
Wed Aug 23 09:48:06 EDT 2006


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#3966965

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966965



More information about the jboss-user mailing list