Re: The importance of processRequest()

1999-05-05 Thread Beheshti, Reza
I, too, completely agree with John and others, here; and vote for the reinstatement of processRequest() as it currently stands, even though it will be subject to change in JSP 1.1. Most of us have already come to depend on it too much for the code we currently have in place and not having it in 1

Re: Problems calling JSP from servlet (easy question)

1999-05-14 Thread Beheshti, Reza
Matt: You need to give it the full virtual pass and it will work, getRequestDispatcher("/Full/Virtual/Pass/test.jsp"); Hope this helps, Reza -Original Message- From: Matt Bromley [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 13, 1999 6:23 PM To: [EMAIL PROTECTED] Subject: Problems

How do you send them back to where they came from?

1999-06-09 Thread Beheshti, Reza
Hi, I am relatively new to JSP and Servlet, so forgive me if this is a trivial question. I dogged thru the servelt API and did not find anything in "req" object where I can figure out the URL of the req. I need to be able to (in the servelet) figure out the origin URL of a request, so after I proc

FW: How do you send them back to where they came from?

1999-06-10 Thread Beheshti, Reza
request. Any other thoughts? Thanks again, Reza -Original Message- From: Beheshti, Reza Sent: Wednesday, June 09, 1999 3:04 PM To: 'JSP List' Subject: How do you send them back to where they came from? Hi, I am relatively new to JSP and Servlet, so forgive me if this is a triv