| Author |
page break using Struts
|
Hideki Mae
Greenhorn
Joined: Oct 19, 2004
Posts: 14
|
|
Is there a way to do page break using Struts? I have a web page that displays data in a table and I would like a way to break up the output so that only a few results show up at a time. I know ASP.Net has page break and I was wondering if Struts has something similar. Thanks in advance for any help you can give me.
|
 |
alan do
Ranch Hand
Joined: Apr 14, 2005
Posts: 354
|
|
|
not in struts. use CSS page-break-after style def for this: http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml .
|
-/a<br />certified slacker...yes, my last name is 'do' - <a href="http://www.luckycouple.com" target="_blank" rel="nofollow">luckycouple.com</a>
|
 |
 |
|
|
subject: page break using Struts
|
|
|