IIRC, an NPE from tableRowsIterator is often due to referencing an
attribute of a related object in OGNL (e.g.
ognl:customer.address.street) when the related object (e.g. address)
is null.
HTH. If not, as Karthik said, please post the relevant source code,
page or component specifications
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 f