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
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
JSP
jsp:param vs request.getParameter()
vijay kumarg
Ranch Hand
Posts: 105
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
To pass parameters from one
jsp
to other jsp which one I have to use?
<jsp:param> or request.getParameter() ?
Rao Raghu
Ranch Hand
Posts: 100
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You cannot pass parameters with request.getParameter(). You can only retrieve with that.
RAGHU<br /> <br />"When the going gets tough, the tough get going"
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Passing type Object through <jsp:param>?
Problem With jsp:forward
pass params from jsp to another jsp help
jsp:include & jsp:param
Passing Var's using include param
More...