JSF 2.0 javascript onload/oncomplete
问题 I'm working with Myfaces 2.0 after a long project using MyFaces 1.1 + Tomahawk + Ajax4JSF. 2.0 is definitely a huge improvement. Although I can't seem to get an onload javascript to work. I stuck this in my head: <script type="text/javascript"> window.onload = function () { var fileDownload = document.getElementById('userManagementForm:fileDownload'); if (fileDownload.value == 'true') { fileDownload.value = false; window.open('Download'); } } </script> But it doesn't execute. I looked a bit