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