Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Base is null Error

843844May 21 2007 — edited Jul 3 2007
Hi All,

can anybody came across this situation.
i.e. getting Base is null Error.

I am trying to login my application by entering username & password & then click on login button.

But its showing me error as,

javax.servlet.ServletException: Base is null: loginFormBean
javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)

where loginFormBean is name of my Bean in faces-config to accept username & password values from client side.


Thanks
Sandip
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2007
Added on May 21 2007
12 comments
295 views