Thanx to --Craig McClanahan RE: Can a JSP extend a Servlet

2000-11-25 Thread Girish B Mohite
Hello sir i am really very much thankful to you I have done the same as you have told me It was really great.I was trying a lot to extend a servlet from a jsp.But can we do this.i think we can do this.But the Problem was my servlet used to execute fine but after that the control was not comming t

Re: Can a JSP extend a Servlet

2000-11-22 Thread Craig R. McClanahan
Girish B Mohite wrote: > Hi EveryBody > > I am trying to create a pool of Database connections > I want this code to be executed only once that is as wee do in the init() > method of servlets.Thats why i have written a servlet for this > Now here onwards all my JSP's should be extending this serv

Can a JSP extend a Servlet

2000-11-21 Thread Girish B Mohite
Hi EveryBody I am trying to create a pool of Database connections I want this code to be executed only once that is as wee do in the init() method of servlets.Thats why i have written a servlet for this Now here onwards all my JSP's should be extending this servlet.Will i be able to do this. Fina

Re: Can a JSP extend a servlet

2000-11-18 Thread Saravanan
You can. Actuall you are going to extend from your known Servlet only therefore no problem... - Original Message - From: Phil Hedley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 2:54 PM Subject: Re: Can a JSP extend a servlet > Fro

Re: Can a JSP extend a servlet

2000-11-14 Thread M. Simms
an Damme > Sent: Tuesday, November 14, 2000 5:04 AM > To: [EMAIL PROTECTED] > Subject: Re: Can a JSP extend a servlet > > > Yes, it's possible. > use the extends directive > <%@ page extends="MyRootServlet"> > > But I wouldn't recommend using t

Re: Can a JSP extend a servlet

2000-11-14 Thread Geert Van Damme
MAIL PROTECTED]]On Behalf Of Girish B Mohite > Sent: maandag 13 november 2000 21:04 > To: [EMAIL PROTECTED] > Subject: Can a JSP extend a servlet > Importance: High > > > Hello Friends > > I ahev a simpel question to you all > > Can a servlet be exten

Re: Can a JSP extend a servlet

2000-11-14 Thread Phil Hedley
s/jsp/download.html. cheers, Phil Hedley Girish B Mohite <[EMAIL PROTECTED]> on 13/11/2000 20:04:07 Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Phil Hedley/Cal/Mitel) Subject: Can a JSP

Can a JSP extend a servlet

2000-11-13 Thread Girish B Mohite
Hello Friends I ahev a simpel question to you all Can a servlet be extended by a JSP file Please let me know Thanx in Advance Girish Get your FREE web-based e-mail and newsgroup access at: http://MailAndNews.com C