<pre><h:form>
<h:panelGrid>
<h:outputLabel value="Username: " style="font-weight:bold" />
<h:inputText value="#{user.username}" />
<h:outputLabel value="Password: " style="font-weight:bold" />
<h:inputSecret value="#{user.password}" />
<h:commandButton value="Submit" action="#{user.doLogin()}" />
</h:panelGrid>
</h:form>
</pre>
誰かが私の理由を説明してもらえますか?これは私の最初のJSFアプリケーションです。
ava.lang.NullPointerException
at userSession.getUsername(userSession.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)