1 Reply Latest reply on Mar 3, 2010 11:50 AM by richardcc.ralbaa.dragosolutions.com

    Programmatically creating User Interface

    richardcc.ralbaa.dragosolutions.com
      Hello, I'm new in seam. I'm moving my richfaces aplication and I use to create parts of the gui by code.

      I've modified these files:
      * deployed-jars-ear.list:
      antlr-runtime.jar
      commons-beanutils.jar
      core.jar
      drools-templates.jar
      drools-decisiontables.jar
      drools-compiler.jar
      drools-api.jar
      drools-core.jar
      groovy-all.jar
      janino.jar
      jboss-el.jar
      jboss-seam-remoting.jar
      jbpm-jpdl.jar
      mvel2.jar
      richfaces-api.jar
      richfaces-impl.jar
      richfaces-ui.jar
      commons-digester.jar
      darkX.jar
      glassX.jar
      laguana.jar
      jsf-facelets.jar
      jxl.jar

      * deployed-jars-war.list:
      jboss-seam-debug.jar
      jboss-seam-excel.jar
      jboss-seam-ioc.jar
      jboss-seam-mail.jar
      jboss-seam-pdf.jar
      jboss-seam-resteasy.jar
      jboss-seam-rss.jar
      jboss-seam-ui.jar
      # jsf-facelets.jar
      # jxl.jar
      # richfaces-impl.jar
      # richfaces-ui.jar
      # You can remove the JARs for themes you aren't using
      # darkX.jar
      # glassX.jar
      # laguana.jar

      Now the aplication is working but I get this javascript error: ajax4jsf/framework.pack.js object required

      Any idea?

      Regards