• 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

Exception while using dispatcher.forward

 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I 'm getting the follwoing exception when using the
dispatcher.forward() method .

java.lang.IllegalStateException: Response has already been committed

can any one tell me the reason for this.

Srini
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi your answer is in your question .... the response is committed...please check your code to see if you have an explicit commit/flush of response. If you cant figure then please pastee your code
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Murthy Cherukumilli:
hi your answer is in your question .... the response is committed...please check your code to see if you have an explicit commit/flush of response. If you cant figure then please pastee your code



Thanks i have figured it out ....

Srini
[ October 15, 2004: Message edited by: srini vasan ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic