| Author |
when loading jsp page.........
|
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
hi all, can we stop the jsp page to appear on the browser till it is loaded completed.(the way message comes while loading the greeting cards) thanks in advance
|
 |
Steve Leach
Ranch Hand
Joined: Sep 24, 2003
Posts: 46
|
|
|
Just set the JSP buffer size large enough to take then entire page. The "buffer" page directive does this.
|
 |
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
|
can u pls tell me how to set the jsp buffer size to large amount
|
 |
Bhupendra Malviya
Greenhorn
Joined: Oct 01, 2003
Posts: 15
|
|
|
check out the java docs on response object...
|
 |
Brusk Baran
Ranch Hand
Joined: Nov 15, 2001
Posts: 132
|
|
|
just add this anywhere in the main jsp page.<@ page buffer="200kb" />
|
 |
jyothsna kumari
Ranch Hand
Joined: Jul 21, 2003
Posts: 108
|
|
comma geneus Thanks.
|
 |
 |
|
|
subject: when loading jsp page.........
|
|
|