java - JSP Page error While inserting data -


enter image description here

im noob programming please following code.while running code gave me nullpointer exception

you never call establishconnection in dao class. result of con null.

add method establishconnection in constructor of persondao:

public persondao(){     establishconnection(); } 

and try again.

furthermore read java code conventions. class name should start uppercase: persondao correct , follows camelcase code conventions.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Save and close a word document by giving a name in R -