Hmm. I see the problem. You can get the whole list by using:
List mylist = this.getPageContext().findAttribute("myList");
in the TableDecorator. You can use this to get at any Object stored in any scope.
Ed!
-----Original Message-----
From: Avinash Gangadharan [mailto:[EMAIL PROTECTED]]
Sent: 12 February 2004 23:41
To: '[EMAIL PROTECTED]'
Subject: RE: [displaytag-user] Summary not working with pagination
[snip]
I was wondering is there a way I can get the whole list somehow. I could not find any method that gives me that.
Avinash

