Skip to Content
0
Former Member
Jul 28, 2008 at 10:55 AM

read entered data in hbj:tableView

33 Views

Hi forum,

I've got a simply jsp displaying a tableView with two columns, a date and an input field.

In my "onNavigate"-event, if I try to access dtv.getColumnCount it says 2 and dtv.getRowCount() is 365.

Thats fully ok.

But if i now try to access the data stored inside the second column (the input-fields) with dtv.getValueAt(3,2), it throws always a NullPointerException.

Any hints on that? How do I read out the data which an user has entered in the input-fields inside the tableView?

Thanks in advance!

Regards,

Frank