Re: Case sensitive url

2002-05-29 Thread Sabari Arasu (CTC)
, 2002 1:06 PM To: [EMAIL PROTECTED] Subject: Re: Case sensitive url I do find that diffrence in the servlet generated. but how do i avoid the diffenece and do it according to the requirement? On Tue, 28 May 2002 Sabari Arasu (CTC) wrote : It seems I specified classpath instead

Re: Case sensitive url

2002-05-28 Thread Sabari Arasu (CTC)
Hi, See the jsp1 servlet generated by the server. It may have Order in his classpath. If it has Order in his classpath, jsp can be accessed only thru Order/jsp1.jsp. Regards, A.G.Sabari Arasu Assistant Systems Engineer, TATA Consultancy Services, Ambattur, Chennai, India. -Original

Re: Case sensitive url

2002-05-28 Thread Sabari Arasu (CTC)
It seems I specified classpath instead of package name. Regards, A.G.Sabari Arasu Assistant Systems Engineer, TATA Consultancy Services, Ambattur, Chennai, India. -Original Message- From: Sabari Arasu (CTC) [SMTP:[EMAIL

Re: off topic - java script

2002-05-16 Thread Sabari Arasu (CTC)
createElement is not supported by Netscape! Rgds, Sabari Arasu AIG - TCS CTC Ambattur, Chennai India -Original Message- From: Vikramjit Singh [SMTP:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: Re: off topic - java script check this

Re: Regarding Hotkey in JSP page

2002-03-28 Thread Sabari Arasu (CTC)
Do we have any attribute for control+Q combination?? Rgds, Sabari -Original Message- From: Dunwiddie, Bruce [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 10:49 PM To: [EMAIL PROTECTED] Subject: Re: Regarding Hotkey in JSP page input type=button name=somebutton

Re: Dynamic arrays

2002-02-20 Thread Sabari Arasu (CTC)
I prefer java.util.ArrayList instead of Vector as ArrayList has the better performance than Vector. Sabari Arasu AIG - TCS Chennai India -Original Message- From: Pramod Shrinivas Tol [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 12:47 PM To: [EMAIL PROTECTED]

Re: Check account using Java Mail

2002-02-19 Thread Sabari Arasu (CTC)
I don't think this is possible. Pls correct me if I am wrong. Thanks and Regards, Sabari Arasu AIG - TCS Chennai India -Original Message- From: srinivasan [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 3:16 PM To: [EMAIL PROTECTED] Subject: Check account using Java

Re: Check account using Java Mail

2002-02-19 Thread Sabari Arasu (CTC)
Will VRFY command return true or false. I don't think so... Thanks and Regards, Sabari Arasu AIG - TCS Chennai India -Original Message- From: Next Step [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:50 PM To: [EMAIL PROTECTED] Subject: Re: Check account

Re: include doubt

2002-02-15 Thread Sabari Arasu (CTC)
It depends on the way you include the jsp. If u include like the one below, u won't get the error. %@ include file=/jsp/inner.jsp % Hope this helps Regards, Sabari Arasu AIG - TCS Chennai India -Original Message- From: Vikramjit Singh [SMTP:[EMAIL PROTECTED]] Sent: Friday,

Re: include doubt

2002-02-15 Thread Sabari Arasu (CTC)
include. Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-3140 -Original Message- From: Sabari Arasu (CTC) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:51 AM To: [EMAIL PROTECTED] Subject: Re: include doubt It depends on the way you include the jsp

[no subject]

2002-02-05 Thread Sabari Arasu (CTC)
Do u want to open the file dialog box thru JavaScript??? Sabari Arasu AIG - TCS Chennai India -Original Message- From: [Aruniima Chakrabarti] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 4:38 PM To: [EMAIL PROTECTED] Subject: Hello everyone, I need to

[no subject]

2002-02-05 Thread Sabari Arasu (CTC)
-Original Message- From: Sabari Arasu (CTC) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: Do u want to open the file dialog box thru JavaScript??? Sabari Arasu AIG - TCS Chennai India -Original Message- From

Re: Compilation error - cannot resolve symbol

2002-02-04 Thread Sabari Arasu (CTC)
it should be package com.wrox.library.*; or package com.wrox.library.Book; I don't think this is correct. Package declaration should be com.wrox.library and not com.wrox.library.Book or com.wrox.library.* Sabari Arasu AIG - TCS Chennai India -Original Message- From: Panagiotis

Re: Quotes Problem

2002-01-30 Thread Sabari Arasu (CTC)
Try this lArCommodity[%= (i+1) %] = new Array('%= lComboData.ciId %', '%= lComboData.csName %' ); Sabari Arasu TCS Chennai. -Original Message- From: Vibha Jindal [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: Quotes

Session Tracking

2001-12-27 Thread Sabari Arasu (CTC)
Hi folks, is there any way to track the session. Meaning way to know whether session got corrupted. I need this very urgently. Any idea will be appreciated. Thanks, Sabari Arasu === To unsubscribe: mailto [EMAIL

Re: any one knows a good web hosting service provider?

2001-12-20 Thread Sabari Arasu (CTC)
Try http://www.webappcabaret.com or www.mmaweb.com Thnx, Sabari -Original Message- From: yilmaz [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: any one knows a good web hosting service provider? Hi all, The subject may

Re: Is there any file size limit to include??

2001-12-19 Thread Sabari Arasu (CTC)
Insurance policy details Thnx, Sabari -Original Message- From: Richard Yee [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: Re: Is there any file size limit to include?? Can I ask what is in your file that makes it so big?

Re: string replace

2001-12-19 Thread Sabari Arasu (CTC)
Use substring method of String class Thnx, Sabari -Original Message- From: Rama [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 10:16 PM To: [EMAIL PROTECTED] Subject: string replace How to replace some string in string? String x = var1=xxvar2=yyvar3=zz i

Is there any file size limit to include??

2001-12-18 Thread Sabari Arasu (CTC)
Hi all, is there any limit in file size to include in jsp? My situation is like this.. I want to include one html file of 80KB in a JSP. But when i tried it is giving error. But if i split the html into three files and include it is working fine. Pls tell is there any limit to the file