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 when i click on the date the Calendar and Schedule are vanishing, when i refresh the page i see that my Selected date has been selected and i also found an error saying as above..(Sorry about the Question if anything is Wrong in Explaining neatly :))
try adding
widgetVar="myschedule"to<p:scheduleand changeinto