OFF Topic: JAVAX???

2000-07-19 Thread Troy Rowe
Please excuse my no-brainer questions as I am a first time email list user as well as Java developer. For some reason I get errors saying javax.servlet not found in import javax.servlet.http not found in import Any suggestions where the javax directory should be located?? Thanks Troy ___

Re: OFF Topic: JAVAX???

2000-07-19 Thread Troy Rowe
9, 2000 12:03 PM To: [EMAIL PROTECTED] Subject: Re: OFF Topic: JAVAX??? Are you sure that jsdk.jar file in class path? if not try it. Good Luck! Sanjay. -Original Message----- From: Troy Rowe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 19, 2000 11:14 AM To: [EMAIL PROTECTED] Subject:

Re: OFF Topic: JAVAX???

2000-07-19 Thread Troy Rowe
anjay Sent: Wednesday, July 19, 2000 12:03 PM To: [EMAIL PROTECTED] Subject: Re: OFF Topic: JAVAX??? Are you sure that jsdk.jar file in class path? if not try it. Good Luck! Sanjay. -Original Message- From: Troy Rowe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 19, 2000 11:14

Re: Need to pass Notes document id to a servlet

2000-07-24 Thread Troy Rowe
Hi, can anyone tell me why I'm getting an error on this.?? ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archive

JDBC connection (oracle class not found)

2000-07-24 Thread Troy Rowe
Can anyone tell me why this piece of code is being rejected?? Class.forName("oracle.jdbc.driver.OracleDriver"); The error says class not found oracle.jdbc.driver.OracleDriver my CLASSPATH is as follows: c:\jdk1.1.8\lib;c:\jsdk2.1;c:\javawebserver2.0\classes;

Scrollable Result Sets??

2000-07-25 Thread Troy Rowe
How do I make my result set scrollable? I have the result set populating an html table, and I would like the table to have a scroll on it, any ideas?? Thanks in advance. Troy ___ To unsubscribe, send email to [EMAIL PROTEC

Re: Scrollable Result Sets??

2000-07-25 Thread Troy Rowe
object you can specify the resultset type . The type to specify for Scrollable is TYPE_SCROLL_SENSITIVE. Hope that helps - Harjit -Original Message----- From: Troy Rowe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 1:39 PM To: [EMAIL PROTECTED] Subject: Scrollable Result Sets?? H

Re: Scrollable Result Sets??

2000-07-26 Thread Troy Rowe
To: [EMAIL PROTECTED] cc: (bcc: Muthukrishnan Giridhar/E-Commerce/DSQ Software Limited/IN) Subject: Re: Scrollable Result Sets?? here's a hint--you need to fix the second line of your code. now get the to the documentation... --jim -Original Message-

Re: Java Web Server

2000-07-26 Thread Troy Rowe
karthikeyan, sure if you make your classpath point to it -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of karthikeyan Sent: Tuesday, July 25, 2000 11:10 PM To: [EMAIL PROTECTED] Subject: Java

New Browser Window

2000-07-31 Thread Troy Rowe
Hi everyone, I want my applet to send a query to my servlet and then have the servlet return the result set in a new seperate browser window from the applet. Any ideas on how I should go about this? Thanks in advance Troy _

Re: New Browser Window

2000-08-02 Thread Troy Rowe
e of java-javascript communication. I am not sure if java can talk to any other scription language. However java-javascript method will work 100%. Does anybody have a better method? Nitin --- Troy Rowe <[EMAIL PROTECTED]> wrote: > Hi everyone, I want my applet to send a query to my servlet and t

Re: SERVLET ZONES

2000-08-04 Thread Troy Rowe
should be http://localhost/servlet/ anysubfoldername/ servletclassname Another words if your servlet is called test, and its in a subfolder called production under the servlet directory then it should be: http://localhost/servlet/production/test -Original Message- From: A mailing list

Re: help required

2000-08-09 Thread Troy Rowe
mad! -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of David Concannon Sent: Wednesday, August 09, 2000 10:55 AM To: [EMAIL PROTECTED] Subject: Re: help required Obviously. ***

[Servlet] JDBC 2.0 (resultset)?

2000-08-09 Thread Troy Rowe
I'm hoping you may know what my problem is! I'm writing servlets to display a report to the browser, based on data from an Oracle DB, however I can not get the resultset to become Scrollable. We are using Oracle 8.1.6 (so JDBC2.0 is inlcuded in there so the TYPE_SCROLLABLE variables and other re

[Servlet] scrolling messages

2000-08-10 Thread Troy Rowe
Hello everbody, I'm about to start a new task here at work. They want an applet to be able to display messages which are kept in an Oracle Database table, dynamcially. If anyone has done this before I'd love to ask you some questions. Or if anyone knows where I can find a snippet of code or any

sources

2000-08-11 Thread Troy Rowe
Besides javaboutique.com what other sites offer free source code? I need to find either an emailing system or chat applcation. (Applet or Servlet) Thanks _ Troy Rowe GUI Software Developer (613) 226 - 7890 ext.233 [EMAIL PROTECTED] http://www.magardi.com

Servlet calling JApplet

2000-08-16 Thread Troy Rowe
How can I call a JApplet from a servlet? applet tag doesn't seem to work, any suggestions. Thanks _ Troy Rowe GUI Software Developer (613) 226 - 7890 ext.233 [EMAIL PROTECTED] http://www.magard

JApplet calling Servlet??

2000-08-21 Thread Troy Rowe
I need my applet to call a servlet and pass it info when a button is clicked inside the applet. Any suggestions, please : ) Also, in order for the servlet to use the info typed in the applet will the getParameterNames() and Values work or will I have to do something special on the applet side?

JApplet DB connection

2000-09-01 Thread Troy Rowe
that I hope you gathered that obvisoulsy there is no connection taking place. However I have used this connection many times in my servlets. CAN ANYONE HELP? Thanks in advance. PS. Sorry to those who consider this inapporiate for this userlist. : ) ~~~ Troy Rowe GUI Developer

Re: JApplet DB connection

2000-09-05 Thread Troy Rowe
ehalf Of dushyanth harinath Sent: Saturday, September 02, 2000 12:34 AM To: [EMAIL PROTECTED] Subject: Re: JApplet DB connection Hi. It would be better if u tell us what driver u r using and the url that u r giving to connect to the database from the JApplet. bye dushyanth --- Troy Rowe <[EMAI