reset password
Author Message
trivedidr
Posts: 54
Posted 12:05 Oct 14, 2009 |

I just taking data from one jsp and then inster in to model and then try to display in next jsp.

but having error of "null exceptio pointer error"

Can anyone hepl me out to solve it?

Attachments:
cysun
Posts: 2935
Posted 13:20 Oct 14, 2009 |

There are two things that are wrong: a) both the collection (i.e. "items") and the element (i.e. "var") are called "quizes", and b) a property name should start with a lower-case letter, so "NameOfQuiz" is not a property. And NullPointerException means that the object you try to reference does not exist.