Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Building Green Software: A Sustainable Approach to Software Development and Operations
this week in the
Agile/Processes
forum!
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:
Tim Cooke
Campbell Ritchie
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
Servlets
forward page and parameter
Karina Jensen
Greenhorn
Posts: 6
posted 23 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello
Can anyone say if it's possible to send a parameter that differs when I forvard to a page?
String
newContent = request.getParameter("SomeContent");
<
jsp
:forward page="dla.jsp?content=newContent"/>
Karina
Tony Alicea
Desperado
Posts: 3226
5
posted 23 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
<jsp:forward page="dla.jsp">
<jsp
aram name="name" value="value"/>
</jsp:forward>
Please double check.
BTW, the smiley = : p !!
Tony Alicea
Senior Java Web Application Developer, SCPJ2, SCWCD
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
errors on javaranch scwcd hints page?
JSP Forward
HFSJ Dumb Question on <jsp:forward>
jsp:forward doubt
Unable to use forward option with parameters
More...