Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSP
request dispacher
linta sebastian
Greenhorn
Posts: 11
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hello
to transfer from
servlet
to
jsp
we are using request dispatcher. similarly
what to do from jsp to servlet. the same one or different. please explain with simple program
Prabhu Venkatachalam
Ranch Hand
Posts: 502
I like...
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
you don't need get request dispatcher object in JSP. JSP itself provides a support for it.
Use <jsp:forward> which will do same as requestDispatcher.forward() in servlet.
Check
THIS
out.
[ December 08, 2006: Message edited by: Prabhu venkatachalam ]
Prabhu Venkatachalam<br />SCJP 1.4,SCWCD 1.4<br />
[email protected]
linta sebastian
Greenhorn
Posts: 11
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thank you, prabhu its very helpful for me
It sure was nice of your sister to lend us her car. Let's show our appreciation by sharing this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
I need help with servlets and jsp
Please advise how to catch runtimeException in servlet level.
Call servlet from java class and redirect to jsp page
Attributes sent from JSP wont show in Servlet
Spawning multiple threads inside a Servlet
More...