This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Struts 2 --java.lang.NullPointerException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 2 --java.lang.NullPointerException " Watch "Struts 2 --java.lang.NullPointerException " New topic
Author

Struts 2 --java.lang.NullPointerException

Vic Hood
Ranch Hand

Joined: Jan 05, 2011
Posts: 477

Hi,
Im developing a simple struts2 application where im required to insert /update a row into a database . However when i try doing the same it throws a nullpointer exception The code snippet for the same from the action class and the dao class are below.Please help in solving the problem.

Action class..


DAO class--


Learning and Learning!-- Java all the way!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts 2 --java.lang.NullPointerException
 
Similar Threads
Problem with PreparedStatment and updatequery postgresql
Inserting a checkbox value into database.
Struts config error , controller not redirecting to required screen.
Problem with c:foreach not working
Jstl not reflecting values back to servlet