Sybase ASE JDBC driver

2001-06-26 Thread Lester June Cabrera
Does anybody know where I can get the Sybase ASE JDBC driver? Thanks, Lester === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST

Re: signoff JSP-INTEREST

2001-06-26 Thread Anubhav Jain
___ DATA SECURITY - PLEASE READ This communication may contain information which is CATALOGA confidential and may also be privileged. It is for exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that

Re: How to create a file in java

2001-06-26 Thread Atilio Ranzuglia
King: There are a couple of servers that let you play with JavaMail, www.mycgiserver.com, www.webappcabaret.com Please, when you want to post a message to the list, reply one message and change the subject or create a new one and write the email direction again. Atilio --- King Maurice

Re: Loading applets

2001-06-26 Thread Atilio Ranzuglia
Leonard: you have to remove out the .class section off code=foo.BarApplet.class Hope this help Atilio --- Leonard Wolters [EMAIL PROTECTED] wrote: Hi there, I still have problems with loading applets within jsp pages. Consider the following scenario: I have a WAR file which consists of

Re: How to create a file in java

2001-06-26 Thread Billy Gates
ok - Original Message - From: Atilio Ranzuglia [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 8:32 AM Subject: Re: How to create a file in java King: There are a couple of servers that let you play with JavaMail, www.mycgiserver.com, www.webappcabaret.com

dynamic data from a servlet ??? thanks

2001-06-26 Thread sufi malak
Hi, I have a servlet that draw charts, it works fine, but the data is static, here is the function that has the static data : /** * Creates and returns a category data source for the demo charts. */ public CategoryDataSource createCategoryDataSource() { Number[][] data = new

Re: Section 508

2001-06-26 Thread Haseltine, Celeste
Dwayne, I've worked as a contract developer for federal agencies (like the IRS) and for state/local agencies in TX over the years. All of the contracts I've been on since 1998 have had a requirement that the products developed be useable by people with disabilities, including navigation

Image properties on UNIX

2001-06-26 Thread Alireza Nahavandi
Hi all, I have a program which tries to get the width and height of an image. I use java Frame as observer component. Program works fine on NT servers but on Unix server it doesn't. There is no error message and program just halts. It seems there are some server setting on Unix when using java

Re: Image properties on UNIX

2001-06-26 Thread David Morton
If on linux and not in 'gui' mode try: Xvfb http://www.xfree.org/ (virtual framebuffer X server) We use this for our image sitesstart up command line...as if in windows environment David At 11:18 AM 6/26/01 -0400, you wrote: Hi all, I have a program which tries to get

Re: Image properties on UNIX

2001-06-26 Thread Pete Freitag
Yeah you need to have a X server installed, even if you aren't drawing the image to the screen, the Java AWT requires this. JRE 1.4 will not have this requirement. There are some ways around this... 1) Use Pure Java AWT http://www.eteks.com/pja/en/ 2) Install an X Server (xvfb does not require

Re: dynamic data from a servlet ??? thanks

2001-06-26 Thread Karau, Joe
Not sure what you need help with... You know how to get values out of a database, correct? You know how to build arrays in Java, correct? Just get your data, build the two dimensional array per method spec, and call the method. What are you having problems with? Joseph Karau Kingland Systems

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Orozco, Juan Carlos
Thank you very much..for your help.. I change to JDBC Oracle thin driver, instead jdbc-odbc bridge, and the jsp, begin to populate the list box, but i have this error.. Internal Servlet Error:javax.servlet.ServletException: Exhausted Resultset: what's happening? , maybe the recordset it's too

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Jann VanOver
Well, what Atilio says is theoretically true, but even JDBC 2 drivers are not REQUIRED to support scrollable result sets. No matter what the spec says, your DRIVERS may NOT support them correctly. Unless you KNOW your drivers support them, follow Chris's advise -- go through the resultSet ONCE,

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Chris Pratt
You're probably reading after next() returned false. (*Chris*) - Original Message - From: Orozco, Juan Carlos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 8:54 AM Subject: Re: [JSP-INTEREST] javax.servlet.ServletException: No data found... why plea se h

Re: Image properties on UNIX

2001-06-26 Thread Brad Cox
Surely there are java classes somewhere out there that can get depth/width of images without going through java AWT. Haven't found them yet. Does anyone have a specific URL? On Tuesday, June 26, 2001, at 11:42 AM, Pete Freitag wrote: Yeah you need to have a X server installed, even if you

Re: Java XML

2001-06-26 Thread horwat
The XML tutorial can be found here: http://java.sun.com/xml/tutorial_intro.html Justy - Original Message - You can take a look at java.sun.com XML tutorial,m or You can also take a look at my homepage at: www.geocities.com/hisiomara where I placed an example of a Java Sax Parser.

Re: How to create a file in java

2001-06-26 Thread horwat
Here are a couple of free jsp/servlet web hosting sites. I would contact them about javamail support. http://www.mycgiserver.com/ http://www.webappcabaret.com/ Justy - Original Message - is there a free webhost that allow you to use javamail - Original Message - From:

Help: Exception in a jsp file: OutputStream already obtained

2001-06-26 Thread Lorena Carlo
Hello all, I don't know why I obtain the following error: Root Error-1: OutputStream already obtained java.lang.IllegalStateException: OutputStream already obtained at com.ibm.servlet.engine.webapp.WebAppDispatcherResponse.getWriter(WebAppDispa tcherContext.java:290) at

Re: Java web Start

2001-06-26 Thread horwat
The JNLP is a special configuration file used by Java Web Start. The HTML links that launch the applications point to this file. The browser looks at the file extentsion and MIME types and verifies that they belong to Java Web Start. JWS is started with the downloaded JNLP file as an argument.

class and bean finder tool

2001-06-26 Thread Frank Mancini
Does anyone know where I can get a tool that will search jars, zips, etc. for a specific class file and it's directory... _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: class and bean finder tool

2001-06-26 Thread Margaret Fisk
Windows Explorer's Search will actually search the contents of a jar or zip and tell you if the file is in there. Then you have to open it in WinZip or equivalent to see the file. -Original Message- From: Frank Mancini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 12:02 PM To:

Re: javax.servlet.ServletException: No data found... why???? plea se h elp..!!

2001-06-26 Thread Atilio Ranzuglia
Juan: The problem you are facing now can be easy or difficult to resolve. It can be that you are trying to read the ResultSet with no data on it. Or, in the worst case, you can have the problem I had a few weeks ago. The exception was the same, I were working on a PreparedStatement (about 20

Re: Loading applets

2001-06-26 Thread Hans Bergsten
Leonard Wolters wrote: Hi there, I still have problems with loading applets within jsp pages. Consider the following scenario: I have a WAR file which consists of several .jsp files, a WEB-INF directory which contains a classes and a lib directory. In the classes directory, another

Re: Loading applets

2001-06-26 Thread ZhaoBin
Leonard: I think the pivotal thing is WEB-INF, for security reason, anything under this directory is NOT allowed download to Browser, just can run , like java Servlet, the applet class file must download to browser to run it, so , it can not be found. To resolv this probleam, you can put

Loading applets

2001-06-26 Thread Leonard Wolters
Hi there, I still have problems with loading applets within jsp pages. Consider the following scenario: I have a WAR file which consists of several .jsp files, a WEB-INF directory which contains a classes and a lib directory. In the classes directory, another directory foo exists which contains

SAXParser in session scope bean

2001-06-26 Thread Nianwei Liu
Hi, I have a SESSION scope Java Bean in a JSP page. It used a javax.xml.parsers.SAXParser and a subclass of org.xml.sax.helpers.DefaultHandler, as: public class myClass { SAXParser parser; MyHandler handler; //extends org.xml.sax.helpers.DefaultHandler ... } My question is: what is

restoring the jsp form values.

2001-06-26 Thread Dhanumjaya Julakanti
Hi, I am working on IE 5.00.3105.0116. I have a jsp page, from which I am calling a servlet as part of the 'action' command. Here is the problem I am facing: step 1: I am loading the jsp page. step 2: Entering all the data in the jsp page. step 3: Hitting the 'submit' button on the jsp