Author
Requested Dispatcher
Ram Kas
Ranch Hand
Joined: Jul 26, 2006
Posts: 81
posted Aug 02, 2006 10:50:00
0
Can anybody provide me with good example on how to use RequestDispatcher ? Thanks in advance. Dinakar.K
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
posted Aug 02, 2006 10:53:00
0
What did you not understand after reading the API description?
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Ram Kas
Ranch Hand
Joined: Jul 26, 2006
Posts: 81
posted Aug 02, 2006 10:59:00
0
The following is my code. I am not sure if it is right or wrong but I don't see HelloWorldExample page. IndexServlet LoginServlet
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
posted Aug 02, 2006 11:03:00
0
Does the servlet work when you type the URL in by hand?
Ram Kas
Ranch Hand
Joined: Jul 26, 2006
Posts: 81
posted Aug 02, 2006 11:06:00
0
Yep
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
posted Aug 02, 2006 12:52:00
0
Pulling teeth: have you verified that it is indeed executing the if-branch that contains the invocation of the dispatcher?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
posted Aug 02, 2006 12:54:00
0
OK, so it turns out you have been completely wasting my time because you cross-posted the question in another topic. Closing this topic. [ August 02, 2006: Message edited by: Bear Bibeault ]
subject: Requested Dispatcher