• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JSP Error... End of content...

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Chaps...

I am working on WSAD 5.1.1. I have a jsp where I include a file as
<%@ include file="someFile.jsp"%>

Such a straightforward include throws a ---
End of content reached while more parsing required: tag nesting error? -- error. I have hundred such jsps and they all work fine. Why is this acting up like this?

Regards...
 
Ranch Hand
Posts: 582
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I dont know what exactly error like that.
But for troubleshooting purpose, you can show your someFile.jsp alone without is is include on parent page... example using http://localhost:80/myweb/someFile.jsp


Hope this helps
Correct me if I am wrong...

thanks
daniel
 
Anand Jayaraman
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Daniel...

Well, what you suggested works. I can see the include file perfectly. What I cannot understand is why it acts up only for that page. If I substitute that include page with another, it works fine.

Anyways, thanks for that mate..

Cheers
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic