Hello,

this is OT and kind of html related but I have a printerfrinndly page
in which I am showing dynamic data while iterating over a collection
using <s:iterator>

data is basically shown in 4 different columns. and ofcourse there are
4 different column headers before the <s:iterator> tag.

the problem is that if there are multiple pages printing then the 4
column headers are only showing on the first page...I want them to be
shown on each new page printed.

One way for me is to \'guesstimate\' how many records a page can
display, say 20.  Then i will keep a counter and when couter hits
20..again display the column headers.  But this is really bad i think
since the data is dynamic so my guess of how many records each page
holds will not be correct.

Any suggestions?

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

Reply via email to