• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

UT010019: Response already commited

 
Ranch Hand
Posts: 664
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I've a servlet that get parameters of JSP login page to check if the user is valid, the return of this check is a cod that say what others JSP page this user can access, then with this cod I call the page using the "RequestDispacher" but I am receiving this error.
Does anyone know how to solve it?

Thanks and best regards.
 
Cezar Apulchro
Ranch Hand
Posts: 664
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I changed RequestDispatcher from "forward" to "include" no error generated but my page "PAGE_Usuario" is not displayed.
 
Cezar Apulchro
Ranch Hand
Posts: 664
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I change this:

to this:

and I include a annotation:

nothing that I do solved this problem.
 
Cezar Apulchro
Ranch Hand
Posts: 664
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After remove this lines from my servlet the problem was solved, wrong place of this lines.
Lines removed:

Thanks.
 
Their achilles heel is the noogie! Give them noogies tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic