| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
9 comments so far (post your own) View All Comments Latest 10 Comments:Faces Config:
<managed-bean-name>UserBean</managed-bean-name>
JSP:
<h:outputText value="#{UserBean.userName}" />
Posted by Sung on Thursday, 12.4.08 @ 21:26pm | #82406
I'm a newbie in JSF it was helpfull ! ! !
Cool! ! !
Thanx.
Posted by Rajesh on Monday, 10.13.08 @ 17:26pm | #81047
I tried to run this code, and it was not working. I got exception like this
javax.faces.el.PropertyNotFoundException: Error testing property 'userName' in bean of type null
The setter method in UserNameBean is not working for me. So the tried the following code, it works fine.
public void setUserName(String userName) {
this.userName = userName;
}
Posted by Kumari on Thursday, 10.9.08 @ 01:01am | #80967
When i click on the OK button, it's showing the same inputname.jsp page instead of welcome.jsp.
Please help.
Posted by kiran on Thursday, 09.25.08 @ 12:50pm | #80690
Hi I followed the above steps but I could not submit the inputname.jsp page.
Please help me what I am missing.
Thanks
Raj
Posted by Raj on Thursday, 05.1.08 @ 23:48pm | #58326
Save UserNameBean.java into "webapps\jsf12forms\WEB-INF\src\net\roseindia" directory.
Posted by neelanjan on Friday, 03.28.08 @ 12:23pm | #54562
Hi preetham ,
I have seem your problem and this happened probably because you forgot to put in the FacesConfig the UserBean:
<managed-bean-name>UserBean</managed-bean-name>
<managed-bean-class>net.roseindia.UserNameBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
If you put, double check the case sensitive
Check if you didn't do it:
Faces Config:
<managed-bean-name>UserBean</managed-bean-name>
JSP:
<h:outputText value="#{userBean.userName}" /> to JSF 1.2 World!
Take a look in the letter "U"... it must be lower-case in both cases or upper-case in both cases
Posted by Welysson on Friday, 02.22.08 @ 18:31pm | #49425
the tutorial is ok.
I recomend u to check ur code.
XD.
Posted by Javiero on Monday, 10.29.07 @ 09:26am | #35040
i follwed the steps given ,but it is showing the
"javax.servlet.ServletException: /user/inputname.jsp(15,4) '#{UserNameBean.userName}' Target Unreachable, identifier 'UserNameBean' resolved to null
javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
"
when clicking on the OK Button.
need help?
thanks
Posted by preetham on Monday, 08.20.07 @ 11:35am | #23761