aspose file tools
The moose likes JSP and the fly likes Page directive attribute Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Page directive attribute" Watch "Page directive attribute" New topic
Author

Page directive attribute

Shailesh Narkhede
Ranch Hand

Joined: Jul 10, 2008
Posts: 356
In page directive buffer & autoFlush attribute we can define.
But i am not able to get exact functionality of this attributes.
Actually one page i am displaying which is coming black if i will see view source of that page all data is there,my page contains large data.Currently I was not defined any page directive attribute.
is this problem related to buffer attribute?
Please help me.

Thanks in advance.

-Shailesh


Thanks,
Shailesh
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

I am not understanding exactly what your problem is. Please explain.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Shailesh Narkhede
Ranch Hand

Joined: Jul 10, 2008
Posts: 356
Actually my data is XML which is I am showing with the help of XSLT.
whole XML writing to JSP by using out.println();
when i go JSP from appication, some time it is showing proper JSP & some time showing only headers .

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Page directive attribute
 
Similar Threads
page directive import attribute
jsp
JSP Page buffering
The buffer attribute in the page directive
default buffer size for all jsp files