1 Reply Latest reply on Feb 12, 2010 1:12 PM by pacem

    User interface malfuncion, do not why...

    pacem
      Well... I'm a bit lost, so I ask here looking for someone to put some light on my problem...

      I start a project using seam + jboss AS, I just discovered seam and all was new and fantastic for me, a huge amount of great ideas I loved immediately, but then my boss came and say that we can not use jboos and we have to move to weblogic, oh no!

      Well... I spent some time building the new environment and playing with the jars, and looks all works fine, all but some little things, things I thought I can fix by doing small changes to the code, or to the config files, until now..

      I just find some user interface components doesn't work as it expect to do, they was right before. For example:

        <h:selectBooleanCheckbox value="#{checkbox.check}">
          <a4j:support event="onclick" ajaxSingle="true" />
        </h:selectBooleanCheckbox>

      The setCheck() method on checkbox is never executed, but this is done fine when I run the example in a Tomcat + richfaces environment (with the same jsf and richfaces jars I have in weblogic)

      Maybe I have a .jar I should not have, maybe I have an obsolete .jar, maybe I have a too new .jar, maybe I'm not using the right jsf implementation with weblogic, but I really don't know where to look now, I'm a bit lost

      If you want me to send some code, config files, list of jars, AS version, etc, please tell, I will do, consider that a bare introduction to my problem.

        • 1. Re: User interface malfuncion, do not why...
          pacem

          I have some new info... if I try to run my example on a new clean weblogic AS (with jsf enabled, but without seam), It works fine, but if I try to run it on the seam weblogic environment, it fails with an exception:


          java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/LoopTag


          Then, must be I have too many jars on the lib directory of the weblogic domain