• 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

stream closed exception in jsp due to struts2 debug tag?

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have one struts2 application, working finr. But when i put <s:debug /> tag in jsp in html form or anywhere else, it throws

Struts Problem Report

Also i have mentioned `struts.devMode=true` in `struts.properties`.

The basic reason we get this kind of exception is when output of jsp has already been to browser but some content is still being evaluated but not sure why it is happening my scenario?


Here is the jsp though i have just kept the minimum information in it






Here is the Compile JSP File in tomcat work container for more information






Posted at http://stackoverflow.com/posts/10908424/edit too but have not got answer yet
 
reply
    Bookmark Topic Watch Topic
  • New Topic