1 Reply Latest reply on Sep 11, 2008 2:28 PM by nbelaevski

    generate page content with richfaces components by code

    ajanz

      i have some trouble to generate page content with richfaces components

      with jsf core components it works fine...

      but the following code


      HtmlSpacer spacer= new HtmlSpacer();
      parent.getChildren().add(spacer);

      produces

      Component idspacer not instance of org.richfaces.component.UISpacer

      what is going wrong?

      where is the difference between jsf core and richfaces components?