• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Exception in JSP

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am using Struts to display a table which is an Arraylist property of a formbean. Everything works fine except that just after the legend of the table gets printed, I get this line printed.

I am kindof lost and I don't remember putting just line anywhere in my jsp.
Any pointers are appreciated.
Thanks,
Kiran
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without knowing anything else, my hunch would be that the project uses tiles and there is a tile below the legend that has a problem.
In addition, the exception displayed is most common when a jsp is attempting to use a value that does not exist, such as trying to pull an object from request.getAttribute("value") and then calling methods on it.
 
Kiran Kumar
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I forgot to add an imp infomation. The table has 170 records to display, but it displays only 70 something..
Any clue why this happens?
Regards,
Kiran
 
Kiran Kumar
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It works fine when the number of records to display are 10, 12.. but for 180 records, I get the said exception.
Thanks,
Kiran
 
I don't always make ads but when I do they're tiny
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic