Re: JDBC-ODBC bridge. Was: Passing data from 1 servlet to another

2001-02-19 Thread Rajesh Kumar
Hi Paul, Well you will be able to use the Microsoft Access Database directly from the driver provided with jdk1.2 or jdk1.3. If you are only interested in Microsoft Access, use the driver sun.jdbc.odbc.JdbcOdbcDriver. I hope this will help. regards Rajesh - Original Message - From: "P

Re: new to servlets need help

2001-01-24 Thread Rajesh Kumar
In your AutoExec.bat file set PATH/CLASSPATH/JES_INSTALL_DIR with: SET PATH=C:\JDK1.3;C:\JDK1.3\BIN;C:\PROGRA~1\RATIONAL\COMMON; SET CLASSPATH=C:\PROGRA~1\JMF21~1.1_B\LIB\SOUND.JAR;C:\PROGRA~1\JMF21~1.1_B\LIB\ JMF.JAR;C:\JDK1.3\LIB\TOOLS.JAR;C:\JDK1.3\LIB\DT.JAR;C:\JDK1.3\JRE\LIB\EXT\A CTIVATION.

Re: Using TextArea

2001-01-05 Thread Rajesh Kumar
EA in HTML page. If you are using Servlets then simply spit the value and in the onload of the HTML page write a script which will set the value of the Text Area it is something like document.formname.textarea.value = value got from the database Manish May the Force be with you > -Origi

Using TextArea

2001-01-04 Thread Rajesh Kumar
Hello all, Can anyone please help me on How to display the value in TEXTAREA after retreiving it from the DataBase. Thanks, rajesh ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "

Re: Answer for: Re: Servlet retains variable for each instance..? ??

2000-12-02 Thread Rajesh Kumar
1."); classInt++; methodInt++; out.println("classInt Value:" + classInt + ""); out.println("methodInt Value:" + classInt + ""); out.println("Increment both values by 1 again."); classInt++; methodInt++; out.prin

Servlet retains variable for each instance..???

2000-12-01 Thread Rajesh Kumar
Hello all, Please go through this code to understand the problem public class testServlet extends HttpServlet{ private String UserName=null; public void init(){ ...} public void doPost(..)..{ { PrintWriter out=res.getWriter(); out.println("First:"+UserName); .. .. UserName="somevalue"; out

Difference between PrintWriter and ServletOutputStream

2000-11-29 Thread Rajesh Kumar
Hello all, Please clarify my following doubts. 1. Difference between PrintWriter and ServletOutputStream 2. When and where to use them. Thanks in advance... Rajesh.. ___ To unsubscribe, send email to [EMAIL PROTECTED] a

Servlet does not get the value from JScript

2000-11-25 Thread Rajesh Kumar
Hello all Servlet does not get the value from JavaScript.Can anyone help me. Java Script: (while submitting following function has been called) function insert(){ document.write(""); } Servlet thows NUL Lpointer exception. rajesh. _

Multiple forms and Submit button

2000-11-23 Thread Rajesh Kumar
IE supports Multiple forms and so multiple submit button.Thus I am able to call several servlets. But in Netscape,same html displays only one form and so a single submit button. What can be done to overcome this? Can any one help me.. thanks, kumar. ___

How to call JScript file from servlet?

2000-11-21 Thread Rajesh Kumar
Can anyone help me how to include a JScript file in my servlet. This JScript will have functions for validation and this I have to call in my servlet.Sample code(site) will be appreciated. thanks, Kumar Sanjay Vashisht <[EMAIL PROTECTED]> on 21/11/2000 15:21:05 Please respond to "A mailing

Re: Retriving datas using odbc-jdbc connection in servlets

2000-11-16 Thread Rajesh Kumar
Your query should be, "select * from userdet where uname="+"'"+username+"'" Instead of select * from userdet where uname = username Rajesh s saravanan <[EMAIL PROTECTED]> on 16/11/2000 17:40:49 Please respond to "A mailing list for discussion about Sun Microsystem's Java

Re: making the page expire

2000-11-14 Thread Rajesh Kumar
Hi Alec, Could you please explain the following statement. thanks, raj. Alec Belsky <[EMAIL PROTECTED]> on 14/11/2000 18:38:29 Please respond to "A mailing list for discussion about Sun Microsystem's Java Servlet API Technology." <[EMAIL PROTECTED]> To: [EMAIL PRO

:HTTP method POST is not supported by this URL

2000-10-24 Thread Rajesh Kumar
Hello everybody, I am getting the above error while executing the following servlet.This servlet just inserts the user id and password into the database.Other similar servlets like retrieving info from the database are all working.This servlet is being run using Websphere. public class InsertLog

How to get the name and value of Button

2000-09-20 Thread Rajesh Kumar
Hello everybody, Servlet is not returning the name and value of the button. why? example, Servlet side,used getparamerNames and getParameter methods. Thanks in advance, Rajesh Kumar J Visit: http://rajeshkj.homepage.com

doGet and doPost

2000-09-18 Thread Rajesh Kumar
Hello all, I am new to servlets.My doubt is, What is the difference between doGet method and doPost method.When to use doGet and doPost. Thanks in advance, Rajesh Kumar J Visit: http://rajeshkj.homepage.com ___ To

Servlet binding

2000-09-08 Thread Rajesh Kumar
Hello Everybody, I know that servlet is a class that resides in a particular webserver. My question is ,now if i POST a request, How my request has been responded by that particular servlet class.(ie,how my request reaches that server). how this binding occurs.whether my client specifies any p

Re: ClassFormatException

2000-05-23 Thread Rajesh Kumar Singh
Hi Abhishek dear, just now what i did...copied ur code and executed ...it's working fine..how come u r getting ClassFormatException !?... do these steps properly:: copy tem1.class to servlets directory of JavaWebServer as c:\> copy tem1.class c:\JavaWevServer2.0\servlets and then run in the b

pl. suggest a Book for JSP !!!

2000-05-22 Thread Rajesh Kumar Singh
Hi All ...can u please suggest a good author book on JSPwhich is very comprehensive and Code-intensive thanx Rajesh

Hi SUBHAPRATHA (Re: Does JavaWebServer2.0 support ...??)

2000-05-21 Thread Rajesh Kumar Singh
> > The Readme.txt file for JavaWenServer2.0 says that it supports only jdk1.1.7 > > Go through the FAQs at Sun's website: > > http://www.sun.com/software/jwebserver/faq/ > > Regards. > > > >From: Rajesh Kumar Singh <[EMAIL PROTECTED]> > &g

thanx Anup(it's working)

2000-05-19 Thread Rajesh Kumar Singh
Hi Anup JavaWebServer2.0 is now supporting Java2.0 features after i set java_home...and now i can use java2.0 feature.like HashSet etc thanx Rajesh

Hi Anup!!!(Contd.:: Does JavaWebServer2.0 supports Java2.0..)

2000-05-19 Thread Rajesh Kumar Singh
ver  with your own jdk for this do the following set the "java_home" environment variable to the directory containing the bin directory of your jdk. then start JWS with the commandline httpdnojre   - Original Message - From: Rajesh Kumar Singh To:

Hi Anup !! ( EVERYBODY there , also)

2000-05-19 Thread Rajesh Kumar Singh
aWebserver  with your own jdk for this do the following set the "java_home" environment variable to the directory containing the bin directory of your jdk. then start JWS with the commandline httpdnojre   - Original Message ----- From: Rajesh Kumar

Suggest a Good Book for OOAD+UML

2000-05-19 Thread Rajesh Kumar Singh
Hi Everybody there ...can u please suggest any good  book on OOAD+UML ...thanx Rajesh

Re: Does JavaWebServer2.0 support all java2.0 features??

2000-05-19 Thread Rajesh Kumar Singh
ava_home" environment variable to the directory containing the bin directory of your jdk. then start JWS with the commandline httpdnojre   - Original Message - From: Rajesh Kumar Singh To: [EMAIL PROTECTED] Sent: Thursday, May 18, 2000 11:38 AM

Does JavaWebServer2.0 support all java2.0 features??

2000-05-17 Thread Rajesh Kumar Singh
Dear friends ...I'm using JavaWebServer2.0 (downloaded )...in my Servlet programme    when i used HashSet it didn't give any problem while compiling(obviously    as i'm using jdk1.2 ) but it gave  runtime error with the message::      ""reported this exception: java/util/HashSet. Please repo

Re: Can I use socket in servlet to connect applet? \n

2000-05-17 Thread Rajesh Kumar Singh
Hi If your browser supports JDK 1.1.x, (for example, Netscape 4.0), then you can use signed applets. Signed applets can request socket connection privileges to other machines Rajesh ([EMAIL PROTECTED]) - Original Message - From: Liwen Chen To: [EMAIL PROTECTED] Sent:

Re: Problem in Use of SERVER SIDE INCLUDE(Need Suggestions!!!)

2000-05-17 Thread Rajesh Kumar Singh
logy. [mailto:[EMAIL PROTECTED]]En nombre de Rajesh Kumar SinghEnviado el: martes 16 de mayo de 2000 15:03Para: [EMAIL PROTECTED]Asunto: Problem in Use of SERVER SIDE INCLUDE(Need Suggestions!!!) I got one problem in Server Side Include:: ...when i used SERVL

Problem in Use of SERVER SIDE INCLUDE(Need Suggestions!!!)

2000-05-16 Thread Rajesh Kumar Singh
I got one problem in Server Side Include:: ...when i used SERVLET tag in HTML , i'm just able to display some output(of the servlet programme)  on the page...but if i want to insert that output of servlet programme into some INPUT element of Html-form...it does not work.. following is t

How to get a return value from unix to servlet?

1999-08-25 Thread Rajesh Kumar
s OK. But how can I get the boolean result by just executing a unix command? Any suggestions/code snippet? Thanks in Advance Rajesh Kumar. begin:vcard n:Kumar;Rajesh x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] fn:Rajesh end:vcard