Amarnath K [
https://community.jboss.org/people/amarnath.k86] created the discussion
"Re: Stateful Session BEAN HELP!!"
To view the discussion, visit:
https://community.jboss.org/message/741915#741915
--------------------------------------------------------------
have you configured into faces-config.xml file.
step1:
<manage-bean>
<manage-bean-name>testBean</manage-bean-name>
<manage-bean-class>pack.test.testBean</manage-bean-class>
<manage-bean-scope>session</manage-bean-scope>
</manage-bean>
step2:
how to call bean in jsf by using Experssion Longuage (EL), means #{}
<h:outputBox value="#{testBean.name}"/>
it will display name...
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/741915#741915]
Start a new discussion in EJB3 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]