| Author |
Is it possible to use: RequestDispatcher view =request.getRequestDispatcher("ProcessPlease.java")
|
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
|
Is it possible to use RequestDispatcher to forward the request and response object to a .java file.
|
http://www.lifesbizzare.blogspot.com || OCJP:81%
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
Please put as much effort into asking questions as you'd like to see put into answering them.
What are you really trying to accomplish?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Hi Bear,
I am referring to HFS JSP and Servlets in which RequestDispacher is used in for jsp page
RequestDispatcher view=request.getRequestDispatcher("xyz.jsp")
Is it possible of inputting a model(.java file instead of .jsp)
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
No, and the question isn't making much sense.
Again, what are you really trying to accomplish? If you want to call a model class, just call a method on the class.
|
 |
 |
|
|
subject: Is it possible to use: RequestDispatcher view =request.getRequestDispatcher("ProcessPlease.java")
|
|
|