you would need to post the source of your IBasicTableModel for any further
specific help.

considering you're new to tapestry, i'd suggest a hardcoded implementaiton
of IBasicTableModel first and then get spring/hibernate into the picture.

On 8/18/06, anil <[EMAIL PROTECTED]> wrote:



Hi

I'm fairly new to tapestry and am trying to create an implementation of
the
IBasicTableModel interface so that I can paginate results and get results
(from Hibernate via Spring) when I need them.

I've written my component but whenever I load the page I get a
ognlException
on the tableRowsIterator which seems to stem from a nullPointerException
from getCurrentPageRows.

Does this mean that there's no data being loaded into the table component
to
be displayed? I must admit I'm not entirely sure what approach to take to
try and solve the problem.

If anyone could shed any light on what's happening, or could give me an
idea
of where to start debugging this I'd be most grateful!

A.
--
View this message in context:
http://www.nabble.com/tableRowsIterator-nullPointerException-tf2128224.html#a5872918
Sent from the Tapestry - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Thanks, Karthik

Reply via email to