Hi!

I need help!
How can I load a gif animated image while a jsf page is forwarded to
onother?

I'm using 

<BODY onload="document.getElementById('loading').style.display = 'none';">
        
        <!-- LOADING DIV -->
        <div id="loading" style="position: absolute; width: 100%; text-align:
center; top: 300px; display: block;">
             
${pageContext.request.contextPath}/resources/images/onLoad/loading.gif 
        </div>
</BODY>

but during the forward this script doesn't work!

Thanks in advance for any suggestions!

Vale
-- 
View this message in context: 
http://old.nabble.com/Loading-Gif-Animated-While-Loading-A-Jsf-Page-tp28117980p28117980.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to