I'm using JSF on NetBeans. I have an xhtml page and a bean class. When I run it I keep getting this : enter image description here after I input username and password.
My bean class is (beginning of code):
And my xhtml page is:
I made sure everything was spelled correctly. I restarted the server, the computer, the IDE.