Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread sharma Sumeet
hi which DB u trying to connect ? if u r using Oracle 8i then go on to extract classes12.zip in \classes directory regards sumeet > -Original Message- > From: Balkrishna [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 25, 2001 3:59 PM > To: [EMAIL PROTECTED] > Subject: Re: JDB

JSP FAQ & Resource Information

2001-02-21 Thread Anil K. Vijendran
This is a weekly informative posting to the jsp-interest list. Before asking questions of a general nature, please check out the resources available online to see if your question already has an answer. The best place to start

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread Balkrishna
Hi Once again I hv jre1_2 directory in weblogic which contains rt.jar. I hv put this rt.jar in class path as rt.jar is having jdbc2.0. classes. Still it doesnt work I am getting following error Thu Jan 25 12:58:06 PST 2001: Servlet failed with Exception java.lang.AbstractMethodError: weblogic/j

Re: difference between variable declared using <%! %> and <% %>

2001-02-21 Thread Sachin S. Khanna
That is wrong sunil. Try looking at the source code for the compiled servlet of the jsp and you will get the correct idea. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Sunil Roy <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday

Re: Joseph Ottinger (Yes, O/T)

2001-02-21 Thread Geoff Soutter
"Nasser Dassi" <[EMAIL PROTECTED]> wrote: [snip] > Yes, you all SUCk! [snip] > "Openmindedness Rewards A Lifetime" :-) geoff === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest:

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread Balkrishna
Thanx Hamid.. I will try this and let u know have a nice day Balkrishna Parab - Original Message - From: "Hamid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 9:02 PM Subject: Re: [JSP-INTEREST] JDBC2.0 and WEBLOGIC -- OFFTOPIC > Hi, > > a) 1st Method :

JRun Connector Protocol Error

2001-02-21 Thread Steven
I have installed JRun 3.01 on IIS 5.0, and everything seems to have installed with my JRE (1.3) and JSDK (2.1) - however, when I try to access my "First JSP Page", at http://localhost/MyFirstJspPage.jsp I get the following error: JRun Connector Protocol Error Seems pretty simple, but there are n

jsp-oracle

2001-02-21 Thread Vinay Talwar
Hai All, I have made forms in jsp which are interacting with my oracle database. The problem is that, when I am retreving the data from my database. I only able to get 282 rows out of 485 rows. After 282 rows I am getting the error, get a new resultset, I think I have to flush the resultset, if ye

Re: JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread Hamid
Hi, a) 1st Method : 1) First download JDBC2/3 API from Java.sun.com site. 2) Set classpath="%classpath%;.; The-location-of-jdbc3API.jar" at end of setEnv.bat located in \weblogic\ folder. 3) Then execute weblogics from \weblogic\startweblogic b) 2nd Method: Extrac

JSP & TOMCAT

2001-02-21 Thread Jun wang
Hi, I am a new to JSP, also to TOMCAT. When TOMCAT startup, I will go to localhost:8080 only I am online, otherwise, no page found. Could anyone tell me the reason and how to solve it? Thanks in advance!! Jun Wang __ Do You Yahoo!? Yahoo! Auction

Brainbench JSP certification.

2001-02-21 Thread Robert Nicholson
I'm looking for a JSP gig right now and I just wanted to ask if anybody in this forum has secured a role recently requiring a pass in the Brainbench certification? It seems the US economy is such right now that very few companies are making hiring decisions and so I might seriously try Europe or A

JDBC2.0 and WEBLOGIC -- OFFTOPIC

2001-02-21 Thread Balkrishna
Hi Guys !!! Can any one let me know if weblogic5.1 supports jdbc2.0 api or not if yes what chanes need to do? Any help will be of great help BR Balkrishna R Parab Global TeleSystem Ltd === To unsubscribe: mailto [EMAIL PRO

Re: Macromedia's Dreamweaver UltraDev

2001-02-21 Thread caoyan
where do i download Macromedia's Dreamweaver UltraDev,I don't want to buy it! - Original Message - From: "j3" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 9:33 PM Subject: Re: Macromedia's Dreamweaver UltraDev > Kawa is an excellent IDE that I have been

Session in Netscape

2001-02-21 Thread iZone Infotech
Hi friends, It seems that 'session' has some problem with Netscape. I have Tomcat installed on my machine. There is an example of Shopping Cart using Sessions in Tomcat. It works fine in IE, but in Netscape, it replaces the earlier entry (there us only 1 item in the cart). I had faced some oth

Re: session problem (3rd post)

2001-02-21 Thread Martin Cooper
One thing I notice is that you are using setAttribute but getValue. You should either use setAttribute and getAttribute or setValue and getValue. However, since the latter are deprecated, I suggest you use the former. Hope this helps. -- Martin Cooper Tumbleweed Communications - Original M

Re: session problem (3rd post)

2001-02-21 Thread Craig R. McClanahan
Jim King wrote: > Hi everyone > This is the third time I send this question with no answers. > Please help... > > I have the following code: > > This is the main page > // if login successfully > session.invalidate();// invalidate previous session > session =3D request.getSession(true);//

Passing jsp session variables to Servlets.

2001-02-21 Thread Malla c
Hi, I am working upload and download application. I have jsp file it gets the file name and content type. I am want to pass this values to servlet. So I can I pass session jsp session variables to servlet. Please give me some idia. Please help me some idia.. I will thankful to u. Thanks,

Re: session problem (3rd post)

2001-02-21 Thread Jim King
Thanks. That solved my problem. Jim, >From: "Craig R. McClanahan" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: session problem (3rd post) >Date: Wed, 21 Feb 2001 14:47:31 -0800 >

Tomcat, JSP and JavaBeans

2001-02-21 Thread Tom De Wolf
Hi, I'm a newbie in working with JSP, JavaBeans and Servlets in Tomcat. My question is if I have to do something special (configuration etc..) = to be able to acces JavaBeans from JSP-pages? More general question: How do I set up my Tomcat and JSP-pages to have that possibility? Greetz Tom ==

Re: RV: URGENT HELP ME!!!!!

2001-02-21 Thread Biff Malone
A lot of people skim thru the subject headings in order to read postings that might be relevant to them. Your subject of "URGENT HELP ME!" is not going to make anyone want to read your post, rather, they will delete it immediately >From: christian hamann <[EMAIL PROTECTED]> >Reply-To: A maili

session problem (3rd post)

2001-02-21 Thread Jim King
Hi everyone This is the third time I send this question with no answers. Please help... I have the following code: This is the main page // if login successfully session.invalidate();// invalidate previous session session =3D request.getSession(true);// create session session.setAttribu

Re: Sequence Problem

2001-02-21 Thread James Strachan
From: "Joseph Ottinger" <[EMAIL PROTECTED]> > As far as why I stay on the list despite so many offtopic or misinformed > questions... well, what can I say? Hope springs eternal. I too think this list is a bit noisy with a far too many questions on everything other than JSP. Why don't we setup a n

a JSP list restricted to JSP-spec-issues is nonsense

2001-02-21 Thread Joe Peer
if you are able to formulate a specific question about a specific jsp problem than you do not need to _post_ anymore - you just check the spec!! a person new to jsp, or even new to programming, is NOT able to distinguish things _that_ sharp and _needs_ to ask "off topic" questions. (would you lik

JSP & Servlets Combination

2001-02-21 Thread Duc Nguyen
Hi, I am new to JSP, I know that I can separate JSP and Business Logic by assign some work for Servlet as a middle tier.  Does anyone know any good online tutorials talking about this kind of architecture???   Thanks, DucGet your FREE download of MSN Explorer at http://explorer.msn.com ===

Re: Sequence Problem

2001-02-21 Thread Geoffrey Guthrie
I agree with Joseph. When I ask a question, I ask the appropriate forum. I belong to a JavaScript mailing list, and that is where I ask my JavaScript questions. When I have a ColFusion question, I go to the Allaire website to post my question. I think he displays his anger because other people ar

Re: JSP & Servlets Combination

2001-02-21 Thread Martin Cooper
There's a good description of what is called JSP Model 2 architecture here: http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html A great framework for building this type of application is Struts, which is part of the Jakarta project. You can find out more about Struts here: http:

Re: JSP & Servlets Combination

2001-02-21 Thread Seibert, Dan
Search the archives of this mailing list for "Model 2" or "MVC" and you'll get a lot of good info. Or look into struts at http://jakarta.apache.org/struts. > -Original Message- > From: Duc Nguyen [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 1:45 PM > To: [EMAIL PROTECTE

Re: client side messages

2001-02-21 Thread Rodrigo Lopes
Itïs a JavaScript questiion, but no problem to answer it. No, you can't change the image. You can create a custom message html file and show it using the window.open() function. Bye On Sun, 21 Jan 2001, Pavan Venkata Tirunagari wrote: > Hi > > When I do Client side validation, I can show the val

Re: JDBC Drivers comparing

2001-02-21 Thread Joseph Ottinger
Ah, plus ca change, plus ce la meme chose... Someone else sent me the same kind of crap during the earlier flamefest on the same topic. I didn't think it was appropriate then, and I don't now either... it mostly shows that you're trying to read in more than there is to read. I never claimed to b

Re: Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-21 Thread Hans Bergsten
Peter Pilgrim wrote: > [...] > But back to the original statement the REQUEST TIME EXPRESSION EVALUATION > does not appear to work even though I set the XML "true" > for the tag named "value" above in my tld! > > My Request Time Expression Fails Here ~ >pr

Re: JSP Editors

2001-02-21 Thread M. Simms
Microedge, Inc. www.slickedit.com > -Original Message- > From: S Ramakrishnan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 12:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Re: JSP Editors > > > Where do I get VisualSlick from? > > Thanks, > > Rk > - Original Message

polymorphism and EJB?

2001-02-21 Thread Xu, Li
Can EJBs do polymorphism? My exact question is: I have an abstract base class called BaseClass, and a bunch of subclasses, let's call them SubClass1, SubClass2 All classes have a method execute(). I used to have Java code doing this: BaseClass bc; bc = (BaseClass)Class.forName(subClassName).n

Re: difference between variable declared using <%! %> and <% %>

2001-02-21 Thread Geert Van Damme
wrong. If you declare a variable in one scriptlet, it's also available in another. That's a very bad reason to use <%! %> tags. I guess you declared the variable in some sort of a local block like a loop or an if block. Geert > -Original Message- > From: A mailing list about Java Serv

Re: MVC Framework and JSP Engines

2001-02-21 Thread Julia Reynolds
Sunil, Struts is an open-source framework for JSP applications. You can find out more about it at http://jakarta.apache.org/struts. There is a Struts mailing list with a lot of great advice and information about Struts, and you can find out about joining it at the link above. Julia Sunil Roy

suggestion: a way to encourage better questions

2001-02-21 Thread Shawn Zhu
All these fuss about about off-topic questions. The problem is definitely two sided: one side is people who are lazy and are lack of investigative motivation; the other side is people who are being impatient and sometimes arrogant. =) The fact is that some off-topic questions can be helpful/infor

Re: Joseph Ottinger (Yes, O/T)

2001-02-21 Thread The Burkes
Rock on Nasser -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Nasser Dassi Sent: Wednesday, February 21, 2001 1:55 PM To: [EMAIL PROTECTED] Subject: Re: Joseph Ottinger (Yes, O/T) I must post. ALL THIS

HyperQbs beta 2.0 released

2001-02-21 Thread Peter K. Ulrich
The dynamic face framework HyperQbs R2.0 beta 2.0 is released for free downloads at http://www.hyperqbs.org. Beta testers welcome - the most useful testers will be rewarded with a nice Cubistic present :-) HyperQbs is Java2EE and XML-based technology enabling components with a dynamic face. It i

How to display messages

2001-02-21 Thread Shirley Chen
Hi everybody, I am doing a jsp page which should be like a message board. The user can send new messages or reply to the existing messages. My problem is how can I display all the messages like this: . Message1 . reply to message1 . second reply to message1 . Message2

New JSP List?

2001-02-21 Thread Joseph Ottinger
I looked on egroups; there are a few JSP lists already. They don't look very active, though; maybe that's a good thing. Would you like to set one up, or shall I? I think if *I* set it up, people wouldn't be able to disassociate whatever emotion they have about me from the list, so I'd be a liabili

Re: JDBC Drivers comparing

2001-02-21 Thread Joseph Ottinger
WHy don't you try them out and see for yourself? >From: Laurent Bruynooghe <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: JDBC Drivers comparing >Date: Wed, 21 Feb 2001 16:52:08 +0100 >

Re: Sequence Problem

2001-02-21 Thread Beth Johnson
If you have all the answers to the "to stupid to tolerate" questions, why are even bothering to subscribe to this list. - Original Message - From: "Joseph Ottinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 11:25 AM Subject: Re: Sequence Problem > I'm

Re: JDBC Drivers comparing

2001-02-21 Thread Girish Sahu
Hi I have tried Sprinta 2000 and Opta 2000 Both are good and Opta supports extension API also But both of them could not help me on positioned updates Which was possible with the help of aveConnect Type 4 driver from Atinav I think you can use driver from atinav which looks to me more reliable v

Re: problem with jdk1.3

2001-02-21 Thread Kevin Citron
1) Create a classes directory where your classes will go. Then, place that directory in your classpath 2) Create a jar and place it in your classpath #1 is easier during initial development. -Original Message- From: meiyi leong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 20

Re: difference between variable declared using <%! %> and <% %>

2001-02-21 Thread Sunil Roy
Dear Geert, I have noticed that if I use fragmented scriplets (to embed html code in between two fragments), then if I declare a local variable in the first fragment of the scriplet, then the same variable is not accessible in the second fragment. As a result, I have been declaring some variables

Re: MVC Framework and JSP Engines

2001-02-21 Thread Mukesh Jain
please do this simple job for me.. Point ur browser to http://jakarta.apache.org/struts/ and u will know everything bat struts. -Original Message- From: Sunil Roy [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 15, 2000 3:30 PM To: [EMAIL PROTECTED] Subject: Re: MVC Framework and JSP

Re: Joseph Ottinger (Yes, O/T)

2001-02-21 Thread Nasser Dassi
I must post. ALL THIS IS OFF TOPIC. Mr. OTTINGER TYPES A LOT. HE NEEDS MORE HOBBIES. Not everyone knows what YOU know. Give people a BREAK!!! What's easy for EINSTEIN is impossibly difficult for a 3rd GRADER! We do NOT all know the SAME STUFF! Hence, we join a discussion list, and SHARE KN

Re: Sequence Problem

2001-02-21 Thread Girish Sahu
Hi If you are using JDBC 2.0 or higher ResultSet can be operated in any way No more restrictions girish -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rodrigo Lopes Sent: Wednesday, February 21, 2001 1:19

Joseph Ottinger

2001-02-21 Thread Karau, Joe
I agree with Joseph as well. There are way to many subscribers to this list asking either off-topic, or "simple" questions. They are, in my opinion, being quite lazy. Those asking off-topic questions should probably try to find the appropriate forum for their questions, they would probably get

Re: MVC Framework and JSP Engines

2001-02-21 Thread Sunil Roy
Hi Everybody, an anybody tell me what is Jakarta Struts framework ? Thanks Bye Sunil - Original Message - From: "Sudheendra Hebbagilu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 1:44 AM Subject: MVC Framework and JSP Engines > Hi, > Did anybody used MV

Re: problem with jdk1.3

2001-02-21 Thread meiyi leong
hi there, IT doesn't make sense that every time i create a new class, i've to include it in the class path? How should i tackle this problem? In the command prompt, i typed c:\>javac HelloWorld.java followed by c:\>java HelloWorld when i typed java HelloWorld, the error message appear. Luis Ja

Re: problem with jdk1.3

2001-02-21 Thread Joseph Ottinger
Alas, this is more of a Tomcat problem than a JSP-problem. Please ask the tomcat users list; a link is available from http://jakarta.apache.org/ >From: meiyi leong <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EM

Re: Sequence Problem

2001-02-21 Thread Rodrigo Lopes
Hi, it's a JDBC problem. You must always access the columns (and the records) of a resultset in the same order they appear. Have you noticed that there isn't a previous() method in ResultSet class? But there's the next(). Bye. On Wed, 21 Feb 2001, Muhammad Asim Ajmal wrote: > hi > > i want t

JSP What's in a name

2001-02-21 Thread Seibert, Dan
Joe, You are a freaking genius! I see you working, you sly dog you. You love this stuff, the off-topic posts even more than the JSP related ones. I get it now, you avoid doing any real work by spending all your time on this mailing list. With well over 100 posts this month alone, you win the prize

Re: JDBC Drivers comparing

2001-02-21 Thread Ganesh MohanRao
I like "Nissan Maxima" -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: 21 February, 2001 11:07 AM To: [EMAIL PROTECTED] Subject: Re: JDBC Drivers comparing i personally like the accord, but i really haven't ridden in a camry. but i hear that they get stolen alot.

Re: problem with jdk1.3

2001-02-21 Thread meiyi leong
The thing is. all the classes are in *.jar files and there isn't any class files except for the examples. Luis Javier Beltran wrote: > I don't think it's necessary to include all jar files that come with JDK. > What you do have to include is the directory where your classes are located. > > Luis

JDBC Drivers comparing

2001-02-21 Thread Laurent Bruynooghe
Hi, Two weeks ago, i asked you for JDBC drivers for Sql Server 6.5, you gave me good responses. Thank a lot for it. I have another question. I have 4 JDBC Drivers : JSQLConnect (netdirect), i-net UNA 2000 (i-net software) i-net SPRINTA 2000 (i-net software) i-net OPTA 2000 (i-net software) Did

Re: Sequence Problem

2001-02-21 Thread Peter Pilgrim
Must be JDBC driver then or I am sure there is something in the original spec that says a JDBC 1.0 driver may not implement the String parameter version so that it work out of sequence. -- Peter Pilgrim G.O.A.T "the Greatest Of All Time"

Re: JDBC Drivers comparing

2001-02-21 Thread Dave McHale
thank you mr. jsp-GOD. now that we've all gotten your point, how about chilling out? jeez. some people are newbies, and I don't see anywhere on this board that says that this is for "seasoned users of JSP *only*!" Do you even remember what it's like to be new at something? Yes, off-topic questions

JSP tutorial link

2001-02-21 Thread Jay P
Hi, I have went through the following JSP tutorial at JGuru and I recommend it to anyone who is new to JSP: http://developer.java.sun.com/developer/onlineTraining/JSPIntro/contents.html -Jay Parikh __ Do You Yahoo!? Yahoo! Auctions - Buy the th

Re: JDBC Drivers comparing

2001-02-21 Thread Joseph Ottinger
I agree, it's a good way to find out things - to ask people about the differences between products. So, which do *you* like better? The Honda Accord or the Toyota Camry? Oh, wait, that might be offtopic for JSP-Interest, too... but who cares, send me an answer. Everybody else expects it here...

Re: Sequence Problem

2001-02-21 Thread Joseph Ottinger
Ouch, he praiseth with faint damnation! :) I think you're reading too much emotion into what I say; I'm forceful, not angry. I don't think I've gotten the least upset about a post in JSPI ever - not from the flames, not from the moronic questions. If there's an emotion attached to JSP-I, it's sad

Re: off topic conversations

2001-02-21 Thread Jim Rueschhoff
I personally find discussions on this group about things that we all encounter in JSP programming but are not directly JSP functions very useful and informative. For instance the discussion of JDBC drivers informed me about new options I have to improve performance. They are not strictly about J

Re: JDBC Drivers comparing

2001-02-21 Thread The Burkes
I have used i-net OPTA 2000, with SQL Server 7, and have had no problems at all with it. Seems to be one of the most popular. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Laurent Bruynooghe Sent: Wednes

Re: JDBC Drivers comparing

2001-02-21 Thread Peter Choe
i personally like the accord, but i really haven't ridden in a camry. but i hear that they get stolen alot. Joseph Ottinger wrote: > > I agree, it's a good way to find out things - to ask people about the > differences between products. > > So, which do *you* like better? The Honda Accord or the

Re: Sequence Problem

2001-02-21 Thread Joseph Ottinger
Heh, this sounds like someone else's response to me a while back: "If you're so smart, why are you here?" I didn't point out the obvious, that the person who said that was basically saying, "This list is for morons only." I disagree; this list is for people interested in JSP, thus "JSP-Interest.

Re: JDBC Drivers comparing

2001-02-21 Thread Laurent Bruynooghe
I think it's a stupid question !!! Are you professional ? Sometimes, it's a good way to ask people about the differences bitween products. If you don't want to answer to this kind of question, just shut up !!! Laurent BRUYNOOGHE Visit our new web site : http://www.compubase-europe.com ! e-mai

Re: problem with jdk1.3

2001-02-21 Thread meiyi leong
Hello, i edited the autoexec.bat and it still won't work. Sigh. I cna't proceed to jsp if i cna't get this right.. set TOMCAT_HOME=c:\tomcat set JAVA_HOME=c:\jdk1.3 set path=%path%;c:\jdk1.3\bin;c:\jdk1.3\lib SET PATH=%TOMCAT_HOME%\bin;%PATH% set CLASSPATH=.; set CLASSPATH=%classpath%;c:\jdk1.

Re: problem with jdk1.3

2001-02-21 Thread Luis Javier Beltran
I don't think it's necessary to include all jar files that come with JDK. What you do have to include is the directory where your classes are located. Luis Javier > This is a classpath problem. Edit your autoexec.bat > file to have the following line > > SET CLASSPATH=.; > THEN find all the ja

Re: problem with jdk1.3

2001-02-21 Thread Luis Javier Beltran
> The thing is. all the classes are in *.jar files > and there isn't any class files except for the examples. But error java.lang.NoClassDefFoundError: HelloWorld tells that class HelloWorld was not found. It's a user class, so if you're compiling your class for instance, in directory c:\myclasse

Re: Sequence Problem

2001-02-21 Thread Joseph Ottinger
I'm here; I'm still active; I'm busy laughing at the people who seem to be happy with useless mailing lists, clogged with offtopic posts that nobody else seems to mind. I don't mind flames; I don't mind endless flames; I do mind wasting my time on people who don't want to pursue excellence. I've

Re: Sequence Problem

2001-02-21 Thread Andrea Vicentini
It's a problem that some JDBC/ODBC drivers have -- you have to live with it, simply pull all the values from the ResultSet after the select. anyway WHAT THE HELL THESE *!#$@& DB-RELATED QUESTIONS HAVE TO SHARE ON A JSP (I repeat it: JSP!) MAILING LIST? (Joseph Ottinger, where are you :-) ? S

Re: Sequence Problem

2001-02-21 Thread Kai Hackemesser
You should ask that the writers of your JDBC driver. - Original Message - From: sandarbh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 3:20 PM Subject: Re: Sequence Problem > if we use column index it does not give a problem but then same should apply >

Re: problem with jdk1.3

2001-02-21 Thread Jay P
This is a classpath problem. Edit your autoexec.bat file to have the following line SET CLASSPATH=.; THEN find all the jar files that come with jdk. in a notepad file write down all the full paths to these jar files including the jar file itself for example c:\jdk\src.jar c:\jdk\rt.jar etc. and

Re: Sequence Problem

2001-02-21 Thread sandarbh
if we use column index it does not give a problem but then same should apply for field index. why not?? sandarbh - Original Message - From: "Peter Pilgrim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 2:03 PM Subject: Re: Sequence Problem > Why don't yo

Re: Sequence Problem

2001-02-21 Thread Peter Pilgrim
Why don't you use the column index rst.getString(1); rst.getString(2); rst.getString(3); then it doesn't matter how you permutate rst.getString(3); rst.getString(1); rst.getString(2); -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" --

AW: Sequence Problem

2001-02-21 Thread Kurt, Oliver
Especially when there is definitely no method in ResultSet which is getString(String, int) and this is no JDBC Mailing list, but a JSP !!! btw: if your "sequence" problem really exists, it is definitely no problem caused by the JDBC-API provided by sun, but from the implementation of the JDB

Re: Check security for userID & password

2001-02-21 Thread Joseph Ottinger
The *protocol* doesn't do anything but support the transmission of authentication information. When a request for a protected resource is made, the server sends back a response saying "You need to send me authentication information for realm XYZ," which the browser turns into a dialog box (for BAS

Re: problem with jdk1.3

2001-02-21 Thread Marino Vittorio
For example posting this msg in the right mailing list... -Original Message- From: meiyi leong [mailto:[EMAIL PROTECTED]] Sent: mercoledì 21 febbraio 2001 14.05 To: [EMAIL PROTECTED] Subject: problem with jdk1.3 I've downloaded jdk1.3, hoping it to run well , a prerequisite for TOMCAT.

Re: Sequence Problem

2001-02-21 Thread The Burkes
If its a "shot in the dark" don't even reply. Especially if you can't explain why you suggested what you did. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Dmitrijs Bacerikovs Sent: Wednesday, February 2

Re: Macromedia's Dreamweaver UltraDev

2001-02-21 Thread j3
Kawa is an excellent IDE that I have been writing my Java programs in for 2 years. -Jeff Casimir > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Quang Tran > Sent: Thursday, February 15, 2001 7:05

problem with jdk1.3

2001-02-21 Thread meiyi leong
I've downloaded jdk1.3, hoping it to run well , a prerequisite for TOMCAT. The tomcat server can run very well, but not jdk1.3. When i run 'java HelloWorld', the error appears... Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld HOw do i handle it? Helppp ===

Re: Sequence Problem

2001-02-21 Thread David Mellado
Hi Yes, I have the same problem indeed if I repeat a field , like a=rst.getString("a"); // Here all works fine. b=rst.getString("a"); // Oppps, this causes an error. I don´t know if this problem is caused by Jdbc, or by Sql Server and if it happens with other databases. The only one solution t

Re: Error page

2001-02-21 Thread Clemente Dani
I suppose, you can use simple try/catch and forward to a error page yourself (if you didn't sent any data before). Bye - Mensaje Original - De: Tushar Sarmah <[EMAIL PROTECTED]> Fecha: Miércoles, Febrero 21, 2001 12:54 pm Asunto: Error page > We are using Web sphere 2.0.3 which uses JS

Re: Sequence Problem

2001-02-21 Thread Dmitrijs Bacerikovs
Hello, I'm not sure but may be you can try the following: rst.getString("b",2); rst.getString("a",1); rst.getString("c",3); Regards. Dima. Muhammad Asim Ajmal wrote: > hi > > i want to know some thing about sequence problem for getting result from a > query, > > e.g. select a, b, c, from ta

Re: Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-21 Thread Peter Pilgrim
Yes my tld file is correct ... setCtrlParam com.db.gdd3.emis.taglib.expresso.SetControllerParameterTag empty Sets named parameter in a Expresso Controller object. name true false property true false

Sequence Problem

2001-02-21 Thread Muhammad Asim Ajmal
hi i want to know some thing about sequence problem for getting result from a query, e.g. select a, b, c, from table; then !! rst.getString("a"); rst.getString("b"); rst.getString("c"); well this works fine,, but if i change the sequence like rst.getString("b"); rst.getString("a"); rst.ge

Error page

2001-02-21 Thread Tushar Sarmah
We are using Web sphere 2.0.3 which uses JSP .9. It does not support the error page directive. Is there any other way to do it? Tushar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For diges

Re: Has anybody got an example of REQUEST_TIME_VALUE?

2001-02-21 Thread Peter Pilgrim
Yes my tld file is correct ... setCtrlParam com.db.gdd3.emis.taglib.expresso.SetControllerParameterTag empty Sets named parameter in a Expresso Controller object. name true false property true false

client side messages

2001-02-21 Thread Pavan Venkata Tirunagari
Hi When I do Client side validation, I can show the validation message using alert,confirm or prompt. Can I somehow show the images for warning/error in alert,promt and confirm. Thanx in advance Pavan === To unsubscribe: ma

Re: Need to know when session gets timed out/invlidated

2001-02-21 Thread zac
Hi, I would like to know if anybody uses JRUN 2.3.3 I notice that when I tried setting the max invalidation time to 180ms which is equivalent to 1800s or 30 mins in the JSE service config panel, and later on in my servlet I access the maxInactiveInterval using the method provided in Servlet A

Re: query problem

2001-02-21 Thread caoyan
try it: from -->FROM where-->WHERE - Original Message - From: "Shailendra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 6:26 AM Subject: query problem > hi > sorry for going jsp to datbase > > i am using access at present > "SELECT * from publish where d