Hi all,
Any help would be appreciated. We are getting Java Null pointer exception in our application (error 500) when user clicks on a button to go to a page. WHen user clicks the back button and comes back problem gets resolved. We think upgrading to BeanUtils 1.8.2 will help resolve this. We are currently at 1.6. Can we upgrade to Beanutils 1.8.2 (commons.beanutils.jar) against the code that is compiled using 1.4 and is running in 1.6 JDK. We are using struts 1.1and our we are on WAS7.
Error starts at with BeanUtils.populate is of the following nature:
Thanks in advance.
This message was edited 3 times. Last update was at by Maneesh Godbole
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 25057
posted
0
Welcome to the Ranch
You need to find out what is null; no point in trying changing anything until you have debugged the NullPointerException.
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted
0
It looks like there's a couple of different errors here, too.