[jboss-dev-forums] [EJB3 Development] - Re: Stateful Session BEAN HELP!!
Amarnath K
do-not-reply at jboss.com
Fri Jun 15 03:27:51 EDT 2012
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&containerType=14&container=2030]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120615/2f7f9c56/attachment.html
More information about the jboss-dev-forums
mailing list