Prashanth Nayak

Greenhorn
+ Follow
since Dec 19, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Prashanth Nayak

One of the test html has the below code where it calls the sample.jsp using POST method.
The problem here that the SOP in the sample.jsp is coming as null . I am suspecting that name-value passed in the below html is not the correct way . Pardon my knowledge on few basics but can someone tell how to pass the value to JSP if this is not the correct way
I need the SOP to be printed which gets the sIP value passed to it .


check.html:
==========


sample.jsp:
==========

JSP which is invoked i.e sample.jsp is this way


12 years ago
JSP
One of the test html has the below code where it calls the sample.jsp using POST method.
The problem here that the SOP in the sample.jsp is coming as null . I am suspecting that name-value passed in the below html is not the correct way . Pardon my knowledge on few basics but can someone tell how to pass the value to JSP if this is not the correct way
I need the SOP to be printed which gets the sIP value passed to it .


check.html:
==========



sample.jsp:
==========

JSP which is invoked i.e sample.jsp is this way



12 years ago
JSP
Hi Code goes something like this






In the JSP I am doing this




From the resin logs I can see that I am sample.jsp is accessed but the values are not passed to it. Can you please help .
12 years ago
JSP
Hi All ,
I have a javascript where I have some values to be passed as hidden values . I am doing a form.submit using post method in it.
I need to pass those values to the jsp which is invoked from the javascript itself .
Now , how do I invoke the URL along with those values passed to it .
I am doing a window.open but I am not able to pass the values to the jsp .
Any help is appreciated .
12 years ago
JSP