Hi
I am trying to create an "Add to shortlist" functionality for our website. I have a
jsp and a
java class which should connect to the database and then display the results according to the specific "offerid" that the user added.
I am using cookies to store the offerid's and it displays the cookie values (offerid's) on the page but doesn't get the data from the bean, in the
Tomcat console its telling me NullPointerException, but i'm really battling because i'm quite new to this so don't know what i'm doing wrong.
Here is my jsp so anyone can try tell me if something is wrong in it. Sorry i'm posting all this it's just i'm getting no where and really don't know where i'm going wrong now
And here is my bean (class)
Pleeeeease can someone out there help me, i have no-one to ask and my job is on the line as i'm on a 3month probation here.