function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Supper_KentSupper_Kent 

Date field Lookup Calendar can not pop up in tab of visual force page

Hi, I use <apex:inputfield> to add several Date type field to my visual force page, at beggining all of them works well, then i use <apex:tab> and<apex:tabpanel> to add several tabs, meanwhile i added some date type fields to the tabs as well, but when i click the date type fields in the tabs, all of them can not pop up the lookup calendar, only can type in.  Above all, when i used the <apex:include> to invoke another visual force page in the tab, the date fields in the parent visual force page did not work either. Any idea for this?