0 Replies Latest reply on Aug 24, 2009 8:03 AM by vladletter

    UIInclude Problem not generated by java

      Hello every one,

      I'm using seam with richfaces in one project and would like to generate some UIInclude component (a4j:include) by java API... but with no success.

      Here is my simple code:

      UIInclude include = (UIInclude)application.createComponent(UIInclude.COMPONENT_TYPE);
      include.setId("INCLUDEPRM");
      include.setViewId("login.xhtml");

      The component is not all generated in my xhtml page...

      thanks for your help.