• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using JSTL Data Displayed In Browser Is Getting Fixed To 24576 Bytes(24 KB)

 
Ranch Hand
Posts: 69
MySQL Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All.
Hi, I am facing a problem using JSTL. The problem is

I have a employeeinfo.jsp page which uses JSTL.
employeeinfo.jsp?employeeid=0013


When calling the above page only part of the page is displayed (i.e upto 24756 bytes of data is displayed in the browser)

By somehow the size of the response is getting fixed to 24576bytes(24KB). I tried googling also but no result.


Any help is greatly appreciated


Regards,
Arpit Gadle
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Really?! This is the best way you can think of to solve this? Same with the blood types.

I'm not sure what we're supposed to do with that JSP code (except look at it wide-eyed). I'd start by refactoring, doing things in smarter, less code-intensive ways, and take it from there.
 
reply
    Bookmark Topic Watch Topic
  • New Topic