Base is null Error
843844May 21 2007 — edited Jul 3 2007Hi 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