Re: use Javascript in JSP

2000-05-02 Thread [Vinod Govindan]
You might have to review the way you wrote your' javascript funtion in between JSP tags..! "%... %" I dont think you need to this. Javascript function will be out of the JSP tags! Then try ! Do kindly go thru a good Javascript reference. and a JSp refernece before you go any further!

Re: Attempt to clear a buffer that's already been flushed !

2000-05-03 Thread [Vinod Govindan]
That error normally occurs when the jsp page gets a null value..! The null value causes and exception.. but the error reported is entirely different! You'll have to do specific System.out debugging and find you the exact location where you get a null value! Wish you the best! Vinod

Re: Passing objects from JSP to JSP

2000-05-03 Thread [Vinod Govindan]
You could also do it by using setParameter() instead of setAttribute! I think! aNYWAY GIVE IT A SHOT! Naveen Malik nzmalik@ALTUSWORTo: [EMAIL PROTECTED] KS.COM cc: Sent by: A

Re: session information!!!

2000-05-03 Thread [Vinod Govindan]
Tell me do you use Cookie's or Hidden forms or URL rewriting for maintain sessions?? I ask this question to help solve a problem of my own! Vinod Bilal Ali Nawaz [EMAIL PROTECTED]To: [EMAIL PROTECTED] NAMRO.COM

Re: session information!!!

2000-05-03 Thread [Vinod Govindan]
should go be allowed to go to which page unless and until some checks are maintained on each page. it's these checks that i want to know about myself. sorry i couldn't be of much help, bilal. "[Vinod Govindan]" [EMAIL PROTECTED] on 05/03/2000 05:33:44 PM Please respond to A mailing

Re: A javascript question.....please help

2000-05-03 Thread [Vinod Govindan]
I dont think you can use a dot in a name and if you try to access the element as document.formname.abc.txt.value javascript will assume it to be two diffrenet object "abc" and "txt" and will give an error. I thinkthe best solution would be to eliminate the dot. cause there is no escape character

Re: Dropdown box selection

2000-05-04 Thread [Vinod Govindan]
Ideally in the FORM tag if you give a method=POST the value of the form element should get posted to the next page ..where you can use request.getParameter(the name of the form element); but if that doenst work you can use the onSubmit event in the FORM tag and call a Javascript method where you

Re: Multiple values from a select menu with request.getParameter ?

2000-05-04 Thread [Vinod Govindan]
You'll have to explicitly set a parameter (say "choices", which maybe and array or Vector()) when you submit that page. Anna Sp\engberg Anna.Spangberg@ICONMETo: [EMAIL PROTECTED] DIALAB.SEcc:

Re: Import problem

2000-05-04 Thread [Vinod Govindan]
I think you'll have to use language="java" attribute...and then specify the path of the package for the server that is running. I.e. when the server is started up it'll have to load this package. In JWS you'll have to configure the admin to load this package while starting up. Refer to thw JWS

Re: Help on Request.getParameter

2000-05-05 Thread [Vinod Govindan]
Try putting those values in quotes.! Single quotes or double! Putu Agus Purnawan To: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: Subject: Help on

TomCat Env Variable

2000-05-05 Thread [Vinod Govindan]
Hi all! IS there a need in Tomcat to specially set any environment variable so as to enable URL rewriting..or isit set true by default? I ask this as In websphere I believe one has a variable.. to set it to true or false. My problem is I have IE5 and Netscape4.7 and I use Tomcat... server! Now

Re: TomCat Env Variable

2000-05-05 Thread [Vinod Govindan]
Well i guess I found it out myself..! As of Version 3.1 of Tomcat.. there is no support for URLrewriting! I guess i'll have to go to the server market again and browse for an alternative! Vinod "[Vinod Govindan]" To: [EMAIL

Re: !!Tomcat configuration!!

2000-05-09 Thread [Vinod Govindan]
The mappingsdetails for tomcat server are in server.xml that is in the conf directory of Tomcat! You'll have to do a bit of reading if you have to configure such a big application. The Users Guide will show you the necessary details. Vinod Neelesh

Re: JSP - Javascript

2000-05-11 Thread [Vinod Govindan]
Java bean variables are limited to only usage in the Server while Javascript is mean to for the client. SO it is unlikely that you can use the variable directly. The only tow ways of doing it would be: One is your way of using hidden fields. The other is assigning the avlues to javascript

Re: Removal

2000-05-11 Thread [Vinod Govindan]
It is written right at the end of this mail! Paul Grant Paul.Grant@BRISTTo: [EMAIL PROTECTED] OL.AC.UKcc: Sent by: A Subject: Removal mailing list

Re: Why do we use combinations??

2000-05-11 Thread [Vinod Govindan]
Well cobinations are used either because certain functionality is unavailable in one component or because the combination provides the best performance for large applications. Though JRUN can run on it's own IIS5 is used so that along with IIS5 the JRUN functionality is also usable. so JRUN is

Re: Why do we use combinations??

2000-05-11 Thread [Vinod Govindan]
cification and reference Which is best for JSP purpose over NT Server (excluding IIS)?? -Original Message- From: [Vinod Govindan] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 4:41 PM To: [EMAIL PROTECTED]

Re: Subscribe JSP interest

2000-05-12 Thread [Vinod Govindan]
Sure Scott! Let him in! I hope the Committee wont object to us bypassing them for new incumbants! Right Boss?? Scott Stirling sstirling@MEDIAOTo: [EMAIL PROTECTED] NE.NET cc: Sent

URL Rewriting in Tomcat 3.1!

2000-05-10 Thread [Vinod Govindan]
Hi all! I remeberreading a positng here which read that Tomcat 3.1 supports URL rewriting! Now i need to know how this can be achieved..! i.e if there is a specific name value to be set in the configuration to get this enabled! Is URL rewriting an Apache feature is is avalable in the Stnadalone

Re: Apache -- Servlet2.1

2000-05-31 Thread Vinod Govindan
Hi Sankar Search for it in any Serach engine and you'll get plenty of information on it.! I suggest you use www.google.com to search. Regards, Vinod hi Is tomcat 3.1 freely available or we have to purchase it can u give some site add where i can get information regarding it and secondly

Re: Problem accessing a java file from a jsp file.

2000-05-31 Thread Vinod Govindan
Hi THERE ganesh! I think you might have a problem of server not finding the java class! Try finding out if the class is being found. Make sure you have the class files in the right directory so that the server can pick it up! GIve us details of what your sever is...! And where you have placed

Re: Creation of MS Word Object.

2000-06-01 Thread Vinod Govindan
I think what you want to do Tarun is to use an Api that will let you interface with MSWORD. Basically a pure java com interface. Try JINTEGRA. . I used it quite some time back and it worked pretty well. You could use Microsoft DCOM but that will restrict your use. To Microsoft JVM unless you

Re: USEBEAN

2000-06-01 Thread Vinod Govindan
Yes it is possible to use more that one use bean tab in a jsp page! Does anybody know whether it is possible to use more than one bean in a JSP page using the JSP usebean tag? cheers alan goodenough === To