Title: Message
Thx, I think that would be of help in my case. I'll just do a sum of stuff I need from the list in finishRow(). I wish there was a better way though.
 
On a different topic :
Is there a way I can start a new table each time a group breaks. I mean can I create a new table for each group of my list.
The only thing I can think of is break my list into sub lists before passing them to the display tags .
If there was a way that I can say "print header row" again on a group break event  that would be just great.
 
Avinash
 
 
-----Original Message-----
From: Webb, Ed [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 7:48 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [displaytag-user] Summary not working with pagination

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

Reply via email to