• 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

Problem -exception Stream closed: -in including an action response into a jsp page.

 
Ranch Hand
Posts: 551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a problem with including an action response into my jsp page
here is the problem :
I want to include an action output which is a jsp page (data fetched from database)
into a cell of a table in my jsp page.
jsp page is an struts page so i used the following to include the action respose :


but when i run the application and come to page which contain this action response i get the
followin exception :



what is wrong with my code ? where is my mistake ?
Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic