Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Servlets
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Servlets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 7th, 2004, 11:51 PM
Authorized User
 
Join Date: Jul 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to sherbir
Default RequestDispatcher problem

Hi experts,

I have a problem.

I wanna pass a query to another servlet from one servlet. The query is such :
SELECT * FROM table1 WHERE name LIKE '%delhi%'.

I do not want to use any hidden variables. It works with that using URLEncoder.encode().

I wanna call the servlet thru the RequestDispatcher method.

Any help ?

May the spirit of Java live long...
__________________
Regards,
Sherbir





Similar Threads
Thread Thread Starter Forum Replies Last Post
question about RequestDispatcher forward allang JSP Basics 2 June 28th, 2005 06:39 PM
Using RequestDispatcher in JSP using Context Obj siddsonline J2EE 0 April 12th, 2005 07:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.