Question about Servlet invoking JSP page directly...

2000-05-10 Thread Jason L. Goris
Hello, I just joined this JSP list today. Nice to be on board. ;-) I have a question about leveraging our existing servlets while introducing JSP technology into our product. We have an application that contains a servlet which handles client browser requests and communicates with several

Invoking JSP page translation

2000-01-22 Thread Pafsanias Ftakas
I would like to invoke the Java translation of a JSP page. I have the JSWDK-1.0 and from the jspengine.jar file, it would seem that the entry point to the code I am seeking is in the com.sun.jsp.compiler package. Could someone please point me to the class and method that I need to call in order

invoking JSP 's

1999-09-18 Thread naveen
hi everyone, Iam new to JSP's. I have the JavaServer(tm) Web Development Kit 1.0 installed on my m/c. (i have java 1.2 sdk installed). The server is invoked correctly but the examples of .jsp's are'nt working. The servlet examples though are working properly without me making any changes to

Invoking JSP

1999-06-16 Thread Anonymous
I want to invoke particular servlet/jsp when clicked on some http ref. in current jsp , where I also want to pass some data-structures to it. Is it possible ?