Peter - 2006-03-30

For scrolling the table I use css overfolw.
The paging is on top.
The export is on bottom.
For scrolling it is necessary to
use a <div id=....><table>..</table> </div>
To set the div I am using the displaytag.properties like that:

paging.banner=.......<div id=...>
export.banner=.....</div>
Is there a other way to set the <div> directly
befor the <table> tag and directly behind the </table> tag ?

Thanks in advance

Peter