[jboss-user] [JBoss Seam] - Javascript + Java

sherkan777 do-not-reply at jboss.com
Tue Oct 17 03:00:21 EDT 2006


Hello,
I have web page and some tags inside <c:if.../>
When I go to those page server complies my *.xhtml and gives me components whose inside a <c:if... /> tag.
I have also, javascript Counter who count down from 10,9,8... to 0.

My problem is, when counter count down to zero i want to reload page BUT i want to re-complile *.xhtml again... to show what is inside <c:if.../>
I tryed to use:
document.location.href,
document.location.replace,
document.location.reload();
 
The problem is page is reloaded, but without re-complile...how can i reload page from javascript and how can I tell serwer to recompile page?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978701#3978701

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



More information about the jboss-user mailing list