Re: Calendar Server

2000-06-17 Thread Balaji Srinivasan
ference which u can use to provide calendar and its functionality to the client as well as customise the server according to the needs.Look and feel like a Calendar. > ------ > From: Balaji Srinivasan[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java

Re: Calendar Server

2000-06-17 Thread Balaji Srinivasan
Ritesh Pls. excuse, but i haven't heard of it before..what's a calander server? bala Ritesh_Srivastava <[EMAIL PROTECTED]To: [EMAIL PROTECTED] ATYAM.COM> cc: Sent by: A mailing list

Re: trouble with<%@ include file= "filename.jsp" %> ,

2000-06-05 Thread Balaji Srinivasan
I'm stuck wiith this too. Pls. help. helen ge <[EMAIL PROTECTED]To: [EMAIL PROTECTED] M> cc: Sent by: A Subject: trouble with<%@ include file= "filename.jsp" %>

How-to Apache-Tomcat..

2000-06-03 Thread Balaji Srinivasan
Hi, I have created an app. in JavaWebServer2.0 which uses servlets 'included' in JSPs. Now when I try to port this to Tomcat 3.1, the servlets give an error when invoked from within the JSP, but work fine directly. The servlet uses code like this: public void service(HttpServletRequest re

How-to.. in Apache-Tomcat...

2000-06-03 Thread Balaji Srinivasan
Hi, I have created a app. in JavaWebServer2.0 which uses servlets 'included' in JSPs. Now when I try to port this to Tomcat 3.1, the servlets give an error when invoked from within the JSP, but work fine directly. The servlet uses code like this: public void service(HttpServletRequest req

Re: JSP-Servler Question 2

2000-05-31 Thread Balaji Srinivasan
This works pretty well with JavaWebServer2.0. What is the problem taht u're facing? "Vinay K.V. Menon" <[EMAIL PROTECTED]To: [EMAIL PROTECTED] .SOFT.NET>cc: Sent by: A mailing

Re: Calling Servlet methods from JSP -

2000-05-30 Thread Balaji Srinivasan
There used to be a method to get a reference of a loaded servlet, I think getServlet(NameOfServlet), but it has been deprecated with no alternative methods. Eric Dunstan cc: Sent by: A Subject: Re

How-to.. in Apache-Tomcat...

2000-05-30 Thread Balaji Srinivasan
Hi, I have created a app. in JavaWebServer2.0 which uses servlets 'included' in JSPs. Now when I try to port this to Tomcat 3.1, the servlets give an error when invoked from within the JSP, but work fine directly. The servlet uses code like this: public void service(HttpServletRequest req