0 Replies Latest reply on Nov 2, 2005 1:24 AM by xuvin

    what's the Problem

    xuvin

      JBoss AS 4.0.3 throw a Exception "Base is null : user" when i ckick a button,
      the jsp is <h:inputText id="input1" value="#{user.name}" required="true"/>

      the config file is
      <managed-bean>
      <managed-bean-name>user</managed-bean-name>
      <managed-bean-class>onlyfun.caterpillar.UserBean</managed-bean-class>
      <managed-bean-scope>session</managed-bean-scope>
      </managed-bean>

      but it's ok in tomcat5.0