8 Replies Latest reply on Jan 16, 2009 9:36 AM by barisbicer

    RichFaces 3.3.0 Calendar problem

    barisbicer

      i want to use RichFaces Calendar but i cant run in my page.
      i see calender but click on calender nothing

       <rich:calendar value="#{guvonBilgiJSFBean.guvonDogtrh}"
       locale="de/DE"
       popup="true"
       datePattern="dd-MM-yyyy"
       showApplyButton="true" cellWidth="24px" cellHeight="22px" style="width:200px"/>
      


      in my bean

       public Timestamp getGuvonDogtrh() {
       return null;
       }
      
       public void setGuvonDogtrh(Timestamp guvonDogtrh) {
       this.guvonDogtrh = guvonDogtrh;
       }
      

      can anybody help me