Hey everyone,
I am getting a really bizzare null pointer error, perhaps someone can point me in the right direction here.
this is my Register.action class execute() method:
It throws the error at dbIO.writeUser(...,...) line.
It craps out at the newConnection line, but I have no idea why it would (I've been using the connection code on other projects and it works fine).
Here's the full exception info thrown. I don't know enough about
struts yet to figure out why it's doing this, so if anyone could give me a hand I'd much appreciate it.
I'm using the latest
Tomcat 6.x build, and deploying with the newest Eclipse Ganymede release.