Is anyone out there using the Struts framework? It looks pretty cool, what
I've seen so far.  I am having some problems deploying the struts-example. I
get no errors deploying, but at the top of index.jsp it says:

ERROR: User database not loaded -- check servlet container logs for error
messages.

I didn't see anything in the documentation about where to set this.

And when I click on the Register link and fill it out and submit I get:

java.lang.NullPointerException  at
org.apache.struts.example.SaveRegistrationAction.perform(SaveRegistrationAct
ion.java:155)   at
org.apache.struts.action.ActionServlet.processActionInstance(ActionServlet.j
ava:794)        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:702)  at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:332)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java)        at
javax.servlet.http.HttpServlet.service(HttpServlet.java)        at
javax.servlet.http.HttpServlet.service(HttpServlet.java)        at
com.evermind.server.http.d3.so(JAX)     at com.evermind.server.http.d3.sm(JAX)
at com.evermind.server.http.ef.su(JAX)  at
com.evermind.server.http.ef.dn(JAX)     at com.evermind.util.f.run(JAX)


I'm sure that's related to the error above.

I know I read that older versions of Orion had problems, but I'm using the
latest stable release.


Also, what are your thoughts on Struts so far? Does it save a lot of time
designing MVC applications?

Thanks, Neal


Reply via email to