0 Replies Latest reply on Jan 10, 2008 10:27 AM by greenhost

    Create own component based on richfaces

    greenhost

      Hi all!

      I have some problem with integration rich:calendar on my component. I do not use CDK. My code

      public class UIInputComponent extends UIComponentBase {
      
       public void encodeBegin(FacesContext context) throws IOException{
       HtmlCalendar myCalendar = new HtmlCalendar();
       myCalendar.setId("anyId");
       myCalendar.encodeBegin(context);
       myCalendar.encodeEnd(context);
       }
      }
      


      When i render my component i have a JavaScript error: Calendar determination of otsutsvue.