This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How to call a javascript function whenever anything is rnbelaevski Mar 5, 2009 12:25 PM (in response to dxxvi)You can use this: <a4j:outputPanel ajaxRendered="true"><div style="display: none"> <script type="text/javascript"> makeRounded(); </script> </div> </a4j:outputPanel> 
- 
        2. Re: How to call a javascript function whenever anything is rdxxvi Mar 10, 2009 10:45 AM (in response to dxxvi)Thanks for the answer. 
 If I have some more a4j:outputPanel with ajaxRendered="true", is there anyway to be sure that the a4j:outputPanel with the javascript is re-rendered after all other a4j:outputPanel are?
- 
        3. Re: How to call a javascript function whenever anything is rilya_shaikovsky Mar 10, 2009 11:15 AM (in response to dxxvi)scripts evaluated just on rendering. So the last scripts placed on the page will be evaluated last. 
 
     
    