| Author |
My binding with datatable give me null ate the backing bean, do i miss some thing
|
Rahul Shivsharan
Ranch Hand
Joined: Jun 17, 2009
Posts: 83
|
|
Hi , what i'm trying to do is first to load arraylist of student objects in h:datatable in the jsp, than on submit i want to get those student collection back in backing bean.
The datatable will have student information in columns containing h:inputtext. So user can edit the collection of student .
For this i did binding with HTMLDatatable in backing bean. but this gives me null pointer exception. why?
This is as follows
my backing bean
this is my jsp
i get null pointer exception in method doItRe() of backing bean why ?, did i missed out something
|
 |
Sai Hegde
security forum advocate
Ranch Hand
Joined: Oct 26, 2010
Posts: 183
|
|
There are pointers here that could solve your problem --
http://balusc.blogspot.com/2006/06/using-datatables.html
|
 |
 |
|
|
subject: My binding with datatable give me null ate the backing bean, do i miss some thing
|
|
|