fer ribeirao

Greenhorn
+ Follow
since Apr 30, 2010
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 fer ribeirao

Excuse me if I did not understand, but it would be easier if I could explain in Portuguese!
13 years ago
Following code:

<frameset rows="10%,*">
<frame src="principalfr1.jsp" name="principalfr1.jsp" scrolling="no">
<frameset cols="20%,*">
<frame src="jspex1.jsp" name="jspex1">
<frame src="jspex2.jsp" name="jspex2">
</frameset>
</frameset>
13 years ago
Thanks Anthony his help was important! But my problem still remains: I have a jsp named, for example, jspex1.jsp. The jspex1 sends a request to a servlet. The servlet loads a pdf file and sends it to another jsp, named, for example, jspex2.jsp.
13 years ago
Ok thanks. But what I wonder is how servlet can receive a request via jsp and return, for example, a pdf file to a different jsp.
13 years ago
I have a button in JSP (I'm using frameset with jsp). The button when pressed, directs the request (Ajax) to a servlet. The servlet receives the request, loads the PDF and forwards the pdf to another jsp. How do this?

13 years ago