• 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

servlet to servlet

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I AM A DEBUTAN TO THE JAVA WORLD.LET ME KNOW HOW TO CALL A SERVLET FROM ANOTHER SERVLET(REDIRECT).CAN'T I USE THE "REQUEST.GETREQUESTDISPATCHER(...... " METHOD.I DON'T WANT TO GENERATE A HTML PAGE BY THE SERVLET.I JUST WANT TO CALL ANOTHER SERVLET.PLEASE I WANT IT QUICKLY,AND MAKE IT AS SIMPLE AS POSSIBLE.THANKS ALOT.
SAK2H
[This message has been edited by HASIKA NANAYAKKARA (edited June 03, 2001).]
[This message has been edited by HASIKA NANAYAKKARA (edited June 03, 2001).]
 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Hasika,
U can redirect the request by using the following URL
response.sendRedirect("Your Second servlet");
If u want more, Let me know about it.
All The Best

------------------
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic