| Author |
How to get jsp:param
|
Fawad Ali
Ranch Hand
Joined: Dec 28, 2009
Posts: 108
|
|
Hi All,
I have written something like this.
In abc.jsp, when I try to get it by
It always gives me null. Any idea what I am doing wrong.
Thanks in advance.
|
Regards, Fawad Ali.
Software Engineer, Stafona Inc. - My Blog
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1002
|
|
All looks good to me.
Here is a full example that works for me on Tomcat7.
page1.jsp
page2.jsp
Try accessing it with something like http://localhost:8080/MyWebApp/page1.jsp?fromPage1=HelloWorld
If this works, then double(triple) check your code. Maybe print out all the request parameters received with the following code snippet:
|
 |
 |
|
|
subject: How to get jsp:param
|
|
|