IE-8 Compatible issue with Primefaces?
问题 Hi i am having a problem with IE -8 because when i execute my code in Chrome and mozilla it is good ! but in IE-8 it is not executing properly. saying that dialog.show is not defined <p:calendar value="#{bean.method}" mode="inline"> <p:ajax update="@all" event="dateSelect" listener="#{Bean.method1}" oncomplete="dialog.show()" /> <p:schedule id="dialog" initialDate="#{Bean.method3}"/> showing Errors . When i click on the Date Calendar the Date in the Schedule is getting displayed. but in IE-8