Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
JSP
when loading jsp page.........
jyothsna kumari
Ranch Hand
Posts: 108
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 46
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Just set the JSP buffer size large enough to take then entire page. The "buffer" page directive does this.
jyothsna kumari
Ranch Hand
Posts: 108
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can u pls tell me how to set the jsp buffer size to large amount
Bhupendra Malviya
Greenhorn
Posts: 15
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
check out the
java
docs on response object...
Brusk Baran
Ranch Hand
Posts: 132
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
just add this anywhere in the main jsp page.
<@ page buffer="200kb" />
jyothsna kumari
Ranch Hand
Posts: 108
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
comma geneus
Thanks.
My name is Inigo Montoya, you killed my father, prepare to read a tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How swing follows MVC pattern
Waiting Message
Refresh Once
Loading Time
drawing using real world coordinates
More...