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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904782#3904782

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904782


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to