- 
        1. Re: Calendar and ajaxsergeysmirnov Aug 26, 2007 6:17 PM (in response to magbyr)could you provide the page code snippet? Also, what kind of browser you use? 
- 
        2. Re: Calendar and ajaxmagbyr Aug 26, 2007 7:19 PM (in response to magbyr)Tried this one... Getting the same error. <a4j:form> <h:panelGroup id="test" columns="2" style="width: 300px"> <h:selectBooleanCheckbox value="#{Test.bool}"> <a4j:support event="onchange" reRender="test" /> <f:selectItem itemValue="true" itemLabel="Show" /> <f:selectItem itemValue="false" itemLabel="Hide" /> </h:selectBooleanCheckbox> <rich:calendar value="#{Test.date}" popup="true" rendered="#{Test.bool}" /> </h:panelGroup> </a4j:form>
- 
        
- 
        4. Re: Calendar and ajaxilya_shaikovsky Aug 27, 2007 6:26 AM (in response to magbyr)just copy pasted your code. works fine. 
 My full env:
 JSF 1.2_04
 Facelets 1.1.12
 RF 3.1.0 RC3
 Firefox 2.0.0.6
 tomcat 5.5
- 
        5. Re: Calendar and ajaxmagbyr Aug 27, 2007 8:14 AM (in response to magbyr)Ok. Thanks. 
 I'm on MyFaces 1.1.5.
 Also using Tomahawk for some pages.
 I'll try to find what is causing the error on my system...
- 
        6. Re: Calendar and ajaxilya_shaikovsky Aug 27, 2007 9:07 AM (in response to magbyr)Strange.. After replacing JSF to myFaces - still working for me.. could you please share your war with sources somewhere?, 
- 
        7. Re: Calendar and ajaxmagbyr Aug 28, 2007 12:36 PM (in response to magbyr)Strange indeed. I had recently updated the myfaces libs to 1.1.5. When I switched back to 1.1.4, things started working again. 
 Is there a known incompability issue between ajax4jsf and myfaces 1.1.5?
- 
        8. Re: Calendar and ajaxsupernovasoftware.com Sep 12, 2007 3:40 PM (in response to magbyr)I am getting the same error on trying to open a modal panel. 
 I am using JSF 1.2, Seam 2.0, Trinidad, Ricfaces 3.1, and Tomahawk.
 Any ideas?
- 
        9. Re: Calendar and ajaxsupernovasoftware.com Sep 12, 2007 3:42 PM (in response to magbyr)Also, I am seeing this in IE6 and Firefox 2.0.0.6 
- 
        10. Re: Calendar and ajaxilya_shaikovsky Sep 13, 2007 12:06 PM (in response to magbyr)could you please simplify as possible your case and provide it? 
- 
        11. Re: Calendar and ajaxlocutusut May 8, 2008 8:18 PM (in response to magbyr)I resurrecting this thread as I am seeing this issue in RichFaces 3.2.0.SR1. Basically, I have a radio button that show/hides a rich:calender. This works fine, but in IE I need to click the radio button twice. But when the calendar shows up the popup calendar will not show. 
 Please advise if I'm doing something wrong here. I'm using:
 MyFaces 1.2.2
 Spring MVC 2.5.4
 Spring WebFlow 2.0
 Tomcat 6
 IE 6/FF 2.0.14
 TIA,
 Lou<ui:define name="content"> <a4j:form id="landingForm"> <h:panelGroup id="supplierInfo" columns="2"> <h:selectOneRadio id="initiator" value="#{pcnRequest.qctSupplier}"> <a4j:support event="onchange" reRender="supplierInfo" /> <f:selectItem id="initiator1" itemLabel="QCT" itemValue="false" /> <f:selectItem id="initiator2" itemLabel="QCT Supplier" itemValue="true" /> </h:selectOneRadio> <rich:calendar id="supplierShipDate" popup="true" width="100%" rendered="#{pcnRequest.qctSupplier}" value="#{pcnRequest.supplierShipDate}" datePattern="dd-MMM-yy" style="width:200px" enableManualInput="true"> </rich:calendar> </h:panelGroup> </a4j:form> </ui:define>
- 
        12. Re: Calendar and ajaxsergeysmirnov May 8, 2008 8:23 PM (in response to magbyr)try to use event="onclick" instead of event="onchange" 
- 
        13. Re: Calendar and ajaxlocutusut May 8, 2008 8:31 PM (in response to magbyr)Note, I've also tried this on RF 3.2.1.CR1. 
- 
        14. Re: Calendar and ajaxlocutusut May 8, 2008 8:34 PM (in response to magbyr)Thanks Sergey, but that doesn't address the issue of the calendar's pop-up not rendering. 
 
     
     
    