Trouble to display deployJava button on ajax rerender
问题 I'm having trouble displaying the deploy-java button on ajax rerender <h:form id="deployJavaForm" rendered="#{myBean.shouldRender}"> <h:outputScript library="js" name="http://java.com/js/deployJava.js" target="head" /> <script type="text/javascript"> deployJava.createWebStartLaunchButton('blah.jnlp', '1.7.0'); </script> </h:form> when myBean.shouldRender == true and the form is updated the only thing being displayed (on a white page) is the deployJava-button and the request is left hanging.