在子页面修改layer.open弹窗的title,代码如下: var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引 parent.layer.title('新标题..', index) //再改变当前层的标题 done!…
转载于 http://stackoverflow.com/questions/12203657/jsf2-myfaces-xhtml-modifications-do-not-affect-until-tomcat-restart MyFaces uses different Facelets caching algorithms than Mojarra and does it more agressively. You need to set the javax.faces.PROJECT…