Hi I have a problem with my
jsp page when it is printed. The right is often cut off sometimes by quite a bit.
The page in question is a warehouse page, I have a collection of items(dynamically read in from run time and a list of warehouses.
So it will apppear like this
WareHouse|item 1|item2|item3.......
WH1______|100000|21214|45353|.....
WH2______|344343|43242|23422|.....
.
.
.
.
As the items list sometimes grow very long,when I print I only get a partial view of the table on the page.
Would like to ask if there is anyway to make the JSP resize to fix into 1 page width in a landscape mode(on the width part).