Re: jsp debugger parser

2000-06-02 Thread Dheeraj Trikha
Hi Juan, thanx for this support, but I am creating a application using Oracle JDeveloper 3.0. Beleive me its very difficult to find out the exact cause of a simple error in this IDE. Can u give me some sites from where I can get help on this product -Original Message- From: A mailing

Query String problem with Netscape

2000-06-02 Thread pranav kumar
Hi EveryOne, I am facing very strange problem. When i passing a query string like http://localhost/t.jsp?name="pranav kumar" between two jsp pages using IE5 then it works fine but using NetScape 4.7 it shows me error Bad Request (400). Please help to sort out this

Diplomas!!

2000-06-02 Thread Paul
UNIVERSITY DIPLOMAS Obtain a prosperous future, money earning power, and the admiration of all. Diplomas from prestigious non-accredited universities based on your present knowledge and life experience. No required tests, classes, books, or interviews. Bachelors, masters, MBA, and doctorate

Re: Query String problem with Netscape

2000-06-02 Thread Vera Barstad
You cant have space in the query string when using NetScape, try using a '+' instead of the space Vera - Original Message - From: "pranav kumar" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 02, 2000 8:04 AM Subject: Query String problem with Netscape Hi EveryOne,

Re: OFFTOPIC Standard SQL -- WAS: RE: jsp and NT

2000-06-02 Thread Daniel Lopez
Hi, AFAIK, you are right. There's not such a thing a a standard stored procedure language. I wish there were! ;). From my point of view... Advantages: .- Faster than direct JDBC access. They execute on the server so if you have to select lots for records, filter them, select some more... all

Find out which url has referenced the jsp??

2000-06-02 Thread Madhavi, Aaji (IE10)
Hi all, I want to know if u can find out which url has called a jsp. ie I have two pages which can reference to a jsp. In that jsp, I want to find out which of the two pages has 'called' it. How can i do this?? Thanks, Madhavi.

Re: Query String problem with Netscape

2000-06-02 Thread Ravi Sharma
Hi Pranav, If you are doing it as you have written, then first Encode your URL using URL.encode with your URL and then try it. - Ravi Sharma - Original Message - From: pranav kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 02, 2000 11:34 AM Subject: Query String problem

Urgent

2000-06-02 Thread Aggarwal, Pawan
Title: Urgent Hi All, I am using thin JDBC to connect with Oracle 8I version 8.1.5.0.0 I am getting error "network adapter could not establish connection" Here is the code.. Class.forName (oracle.jdbc.driver.OracleDriver); String url = jdbc:oracle:thin:@Serv:1521:ora1;

Re: Query String problem with Netscape

2000-06-02 Thread Fernando Ribeiro
Try http://localhost/t.jsp?name=pranav%20kumar The value should always be URLEncoded. fribeiro - Original Message - From: "pranav kumar" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 02, 2000 3:04 AM Subject: Query String problem with Netscape Hi EveryOne,

Re: JSP using tags

2000-06-02 Thread Mayuresh S Kadu
Please do try looking at the examples provided with JSWDK 1.0.1 or alternatively u could try looking up my website at http://javabeginners.8m.com in the resources section for a tutorial on JSP. I will also soon be putting up a point by point comparison of JSP and ASP ! HTH Mayuresh K Pune,

Re: Disable back button

2000-06-02 Thread Mayuresh S Kadu
yep ... they do. Atleast in Javascript. script language="javascript" document.history.go(-1); /script Presently Netscape and Microsoft DOMs do not offer the facility to access back button .It is expected to be implemented in future versions.

Re: Find out which url has referenced the jsp??

2000-06-02 Thread Sharan, Abhishek
Title: RE: Find out which url has referenced the jsp?? hi madhvi as far as i can recollect there is some method in javascript window object by name of referrer() which returns the url sring.maybe this be of some assitance to you. Cheers Abhishek Sharan Associate HCL Perot Systems B-26, Sector

Urgent

2000-06-02 Thread Aggarwal, Pawan
Title: Urgent         Hi All, I am using thin JDBC to connect with Oracle 8I version 8.1.5.0.0 the bean.. I am getting error network adapter could not establish connection Here is the code.. Class.forName (oracle.jdbc.driver.OracleDriver);     String url =

Re: Urgent

2000-06-02 Thread Eugene Martin
Check TCPIP settings all round. Are there any ports blocked on the server machine. Can you connect via Oracle Net8 easy config utility. If not what is the error. Eugene Martin -Original Message- From: Aggarwal, Pawan [mailto:[EMAIL PROTECTED]] Sent: 02 June 2000 08:52 To: [EMAIL

Re: Find out which url has referenced the jsp??

2000-06-02 Thread Vivek Ojha
Hi Madhavi, In the jsp page do this String str = request.getHeader("referer"); this gives u the url of the page which has called (refered) this (jsp) page. Vivek Ojha --- "Madhavi, Aaji (IE10)" [EMAIL PROTECTED] wrote: Hi all, I want to know if u can find out which url has called a

Re: Find out which url has referenced the jsp??

2000-06-02 Thread John Mohamed kose
Hi, %=request.getHeader("Referer")% will give u the URL called. Regards, Kose. "Madhavi, Aaji (IE10)" wrote: Hi all, I want to know if u can find out which url has called a jsp. ie I have two pages which can reference to a jsp. In that jsp, I want to find out which of the two pages has

Re: Disable back button

2000-06-02 Thread Yuthasak Buasuwan
Hi all, As I recall this issue has been discussed several times on this forum, with general agreement that it's impossible. But you can trace this back in the archives. I am new here. yes, you can't disable Back button. but you can use javascript in Form::unload() event to do forward to your

Re: Urgent

2000-06-02 Thread Aggarwal, Pawan
Title: RE: Urgent The exact error is establish the connection at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:407) at oracle.jdbc.driver.OracleConnection.init(OracleConnection.java:152) at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja va:214) at

Get userid from windows with JSP

2000-06-02 Thread Muñoz Roca, Pedro (GEP)
How can I get the userId of any person who is working with window and wants to connect to my site. I'm using JSP and NES 4.1 Thank you in advance. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

functions in jsp

2000-06-02 Thread Ritesh_Srivastava
How to use functions in jsp === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html

Re: Disable back button

2000-06-02 Thread alok
Hi Mayuresh, But what was specifically asked was how to disable back button of the browser and not how to return to the previous document using the history object.That feature is not available you can check out the DOMs. Alok. Mayuresh S Kadu wrote: yep ... they do. Atleast in Javascript.

HTML/JSP/Servlet Deploy Location

2000-06-02 Thread Benny Mathew
Hi All I am new to JSP and Servlet programming I have downloaded the JavaServer Web Development Kit (JSWDK) 1.0.1 Can somebody tell me where I have to put my html, jsp and servlet files to work, and what other environment variables do I have to set... Please help me as I don't know anybody

subscription request: jsp-interest

2000-06-02 Thread Suraj Gunjal
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

StackOverflowError

2000-06-02 Thread Liza J Alenchery
Hello people I am using recusrion to fill up a combobox with strings in my JSP program. It works fine when the number of strings is less, but throws a StackOverflowError when the number of strings is 600 or more. I found in the documentation that StackOverflowError means that "an application

No suitable driver

2000-06-02 Thread Albert Chow
Hi, I have written a servlet which use JDBC Thin Driver to connect to Oracle8i database, my web server is iPlanet 4.1 and OS is NT4. But I can't run the servlet in the browser, and the error message is "No suitable driver". What should I configure?? Please help!! Albert

Re: No suitable driver

2000-06-02 Thread Matthews,Paul
Is the archive containing the JDBC driver in your classpath? -Original Message- From: Albert Chow [mailto:[EMAIL PROTECTED]] Sent: 02 June 2000 12:41 To: [EMAIL PROTECTED] Subject: No suitable driver Hi, I have written a servlet which use JDBC Thin Driver to connect to

Re: No suitable driver

2000-06-02 Thread Albert Chow
Yes, I can run a simple java program contain JDBC, but just can't run a servlet in browser. Albert -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Matthews,Paul Sent: Friday, June 02, 2000 7:46 PM To:

java.sql.sqlexception(Function sequence error)

2000-06-02 Thread Raveendra
hi all In one of my servlet i am trying to get the records(more than 50) from oracle8 through servlet using with "sun.jdbc.odbc.JdbcOdbcDriver" whenever i am running that servlet i am getting error like java.sql.SQLException: [Microsoft][ODBC Driver Manager] Function sequence error

Re: No suitable driver

2000-06-02 Thread Fard, Shahrokh
What do you mean by running the servlet in the browser? Humm!! -Original Message- From: Albert Chow [mailto:[EMAIL PROTECTED]] Sent: Friday, June 02, 2000 8:26 AM To: [EMAIL PROTECTED] Subject: Re: No suitable driver Yes, I can run a simple java program contain JDBC, but just can't

Re: Tags in jswdk-1.0.1

2000-06-02 Thread Uwe Hanisch
I want to know whether jswdk-1.0.1 supports custom tags implementation. Tell me other jsp engines which support tags implementation. jswdk-1.0.1 doesn't support this, because tag lib is supported since JSP API 1.1. jswdk-1.0.1 uses Servlet API 2.1 und JSP 1.0.1. Try Tomcat ( since Servlet

Re: java.sql.sqlexception(Function sequence error)

2000-06-02 Thread Ritesh_Srivastava
resultset cannot contain more than a specific no. of records, though the query may return more.In ur case, the max. size for the resultset may be 50. I think u will have to get the records in sets of 50 recursively. PS: the problem may also be of DAO version.pl. check that.The same occured to me

Re: StackOverflowError

2000-06-02 Thread Jim Bailey
You might have to bump up the size of your java stacks when you run java.exe. The command line parameter to do this is: -oss400k The default is 400k as above. To set it to 600k it would be: -oss600k The mechanism to actually set this parameter for the JVM when you launch your app server is

Re: trying to mimic example in chapter 8 of FieldsKolb book

2000-06-02 Thread Tom Wilcoxen
You may need to change the import directives in the JSP pages to reference the new beans. E.g.: %@ page import='com.taglib.wdjsp.arch.FetchDatasetServlet' % Or whatever the path is. Tom -Original Message- From: A mailing list about Java Server Pages specification and reference

JDk1.2.2 with Oracle

2000-06-02 Thread Aggarwal, Pawan
Title: JDk1.2.2 with Oracle I have the Oracle 8I drivers classes111.zip Now does this work with JDK12.2 Do I need to some other thin jdbc driver which is compatible,, Cos when I run the program I am getting errors like The network adapter could not establish the connection... If I use

Re: Custom Tags and Beans

2000-06-02 Thread Pete Walsh
Thanks, I used the findAttribute and it worked. -Pete On Thu, 01 Jun 2000, you wrote: Pete Walsh wrote: Hi, I'm try to get a reference to one of my beans inside the code of a Jsp Tag I'm making. When I declare the bean's scope to be page, and use the following statement in my Tag's

IBM Websphere VisualAge Java - Exception.

2000-06-02 Thread Rajendran, Rajarajan
Hi, We get the following exception while running the JSP page given below. The exception is thrown by the JSP page. The test environment is IBM websphere and IBM VisualAge Java on Windows NT. The exception is : com.sun.jsp.compiler.ParseException:

JDk1.2.2 with Oracle

2000-06-02 Thread Aggarwal, Pawan
Title: JDk1.2.2 with Oracle I have the Oracle 8I(version 8.1.5.0.0) drivers classes111.zip Now does this work with JDK12.2 Do I need to some other thin jdbc driver which is compatible,, Cos when I run the program I am getting errors like The network adapter could not establish the

Re: JDk1.2.2 with Oracle

2000-06-02 Thread Ron Chan
Hi, there is something called the README file that comes with your Oracle, please make the effort to read it: Oracle JDBC Drivers release 8.1.6 README What Is New In This Release? The major new features added since the

Re: Docs explaining what happens under the hood?

2000-06-02 Thread Michael Prescott
Scalability is difficult to achieve The latest versions of the servlet spec specify that, unless a servlet is marked SingleThreadModel, the servlet container should create only one instance of a servlet (or a JSP page once it's compiled as a servlet). Many servlet containers do this now,

Re: StackOverflowError

2000-06-02 Thread Eddie Sheffield
Well, it doesn't necessarily mean that you're in an infinite loop. As another poster pointed out though it does mean you're running out of stack space. Without going into the gory details every time you call a function a bit of information is put on the stack, and when the function returns the

Re: StackOverflowError

2000-06-02 Thread Ron Chan
Hi, also reconsider using recursion for this purpose. All recursions can be implemented in loops and not incur the stack problem. ron --- Eddie Sheffield [EMAIL PROTECTED] wrote: Well, it doesn't necessarily mean that you're in an infinite loop. As another poster pointed out though it does

Mime Type Big problem!!! Please Help me!

2000-06-02 Thread Katiuscia Cerbioni
Hi all! My big problem is this: I have a servlet with two methods: the first builds an XML file and then calls a JSP file and the second does some elaboration and then calls a JSP file. If I first call the first method and then the second I have this situation: the first method is correctly

Re: IBM Websphere VisualAge Java - Exception.

2000-06-02 Thread Kapoor Ajay
I could not figure out anything concrete. But following questions: 1 Is the version of the JSP 0.91 or 1.0 ? 2. Did you try to run the code through the JSP execution monitor ? if you run the execution monitor the code piece which is not liked by the monitor shall be highlighted. Then you can be

Re: Model 2 - POST from HTML form to Servlet

2000-06-02 Thread Richard . Cammarano
I can't post from an HTML form to my controller servlet. I get the error "Not Found - The requested URL "/myApp/search.do" was not found on this server. I am using JRun2.3.3 and Apache Web Server (JSP1.0/Servlet2.1) and created a suffix mapping of "*.do" for "myServlet" in JRun. I have no

Re: Model 2 - POST from HTML form to Servlet

2000-06-02 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: I can't post from an HTML form to my controller servlet. I get the error "Not Found - The requested URL "/myApp/search.do" was not found on this server. I am using JRun2.3.3 and Apache Web Server (JSP1.0/Servlet2.1) and created a suffix mapping of "*.do" for

Re: Model 2 - POST from HTML form to Servlet

2000-06-02 Thread Richard . Cammarano
Well, it was simple - I didn't restart apache after making the mapping changes in JRun. It is now working fine after restarting apache. -Original Message- From: Richard Cammarano Sent: Friday, June 02, 2000 1:04 PM To: Richard Cammarano; JSP-INTEREST Subject: Re: Model 2 - POST from HTML

Re: JSP Tutorial

2000-06-02 Thread rohit
you may try http://apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-JSP.html#Sec tion2 - Original Message - From: Alarcon Fabio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 28, 2000 10:43 PM Subject: JSP Tutorial Hi all ! I'm new in JSP. Does anybody konow a good

Re: jsp debugger parser

2000-06-02 Thread Juan Oropeza
http://technet.oracle.com/ - Original Message - From: "Dheeraj Trikha" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 01, 2000 10:58 PM Subject: Re: jsp debugger parser Hi Juan, thanx for this support, but I am creating a application using Oracle JDeveloper 3.0.

Where does System.out.println goes on Tomcat 3.1

2000-06-02 Thread Bhrugesh Shah
Hi, Please let me know where does tomcat prints System.out statement... Is there any stderr or stdout file under tomcat directory.. I am running my application with tomcat http server. I can see stdout stderr file in JRun. Thanks Bhrugesh

Re: Shopping Cart JSP/Servlet Package

2000-06-02 Thread Hines, Bill
There is a company called Page Digital that has something like this. It's all open and very configurable and based on servlets/JSP. Shouldn't be too hard to find them on the web. Bill Hines -Original Message- From: Jon Baer [mailto:[EMAIL PROTECTED]] Sent: Friday, April 21, 2000 5:21 PM

Tag Descriptor Constraints on JSP Engine

2000-06-02 Thread Arun Thomas
Hello Folks, I'm trying to find out what kind of constrataints are placed on the JSP Generating engine by the contents of the tag library descriptor. I've created a couple of custom tags classes with various properties. Using the tld, I've described only a subset of those properties (I don't

Re: IBM Websphere VisualAge Java - Exception.

2000-06-02 Thread Rajendran, Rajarajan
Hi Ajay, Thank you for your interest in resolving my problem. 1. The version of JSP is 1.0 2. I did not try to run in JSP execution monitor. I am these running the applications on the test server. So, probably I should be doing the remote debugging, which I have never done before. But

Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread Robert Nicholson
Any get the forProperty and ifProperty tag examples working with Tomcat? I'm getting this error when I try the jsp's from the source deployed on tomcat 3.1 org.apache.jasper.JasperException: Parse Error in the tag library descripto ement "web-app" does not allow "servlet" here. at

Re: Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread David Castro
--- Robert Nicholson [EMAIL PROTECTED] wrote: Any get the forProperty and ifProperty tag examples working with Tomcat? I'm getting this error when I try the jsp's from the source deployed on tomcat 3.1 org.apache.jasper.JasperException: Parse Error in the tag library descripto ement

jakarta.apache.org today..

2000-06-02 Thread Robert Nicholson
Anybody having problems getting through to their server right now? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread Craig R. McClanahan
Robert Nicholson wrote: Any get the forProperty and ifProperty tag examples working with Tomcat? I'm getting this error when I try the jsp's from the source deployed on tomcat 3.1 org.apache.jasper.JasperException: Parse Error in the tag library descripto ement "web-app" does not allow

Re: Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread Robert Nicholson
I'm told there are differences b/w the .dtd's b/w now and when the tld's were created. Hopefully this is the problem. If it is. Why does the error complain about the tags in the web.xml file? -Original Message- From: A mailing list about Java Server Pages specification and reference

Re: IBM Websphere VisualAge Java - Exception.

2000-06-02 Thread Piotr Wierzbicki
Hi, You write "...Almost all values are quoted." Shouldn't ALL values be quoted (XML syntax)? Regards, Piotr -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rajendran, Rajarajan Sent: Thursday, June 01,

Re: Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread David Castro
I defer to McClanahan, who seems to be the resident expert on all matters JSP. :-) -David Castro [EMAIL PROTECTED] --- Robert Nicholson [EMAIL PROTECTED] wrote: I'm told there are differences b/w the .dtd's b/w now and when the tld's were created. Hopefully this is the problem. If it is.

Re: Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread Craig R. McClanahan
David Castro wrote: I defer to McClanahan, who seems to be the resident expert on all matters JSP. :-) Well, maybe not quite *all* matters! Do I blow my reputation when I admit that I made a very similar mistake when I was first starting playing with custom tags, and got surprised the same

Re: Getting custom tags (mut) working from the Manning press book?

2000-06-02 Thread Robert Nicholson
Thank you Craig, This and the corrected .tld file although I'm not sure if the validator complains about the differences b/w the tld on this one since I fixed it before thinking that was the problem. As reported by someone in the "author online" section of the book's website. It works fine now.

Re: Where does System.out.println goes on Tomcat 3.1

2000-06-02 Thread Scott Stirling
I believe it goes to TOMCAT_HOME/bin/logs. Either tomcat.log or servlet.log. Tip: use the Servlet API log() methods instead of System.out. Kinda weird for the log dir to be under the bin directory, but it is. Scott Stirling -Original Message- [mailto:[EMAIL PROTECTED]]On Behalf Of

return the ASCII

2000-06-02 Thread Liart Junior
I need a method to return the ASCII value of the first character of string Liart Junior === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: Where does System.out.println goes on Tomcat 3.1

2000-06-02 Thread Hans Bergsten
Scott Stirling wrote: I believe it goes to TOMCAT_HOME/bin/logs. Either tomcat.log or servlet.log. Tip: use the Servlet API log() methods instead of System.out. Kinda weird for the log dir to be under the bin directory, but it is. The log dir is actually under TOMCAT_HOME/logs, but if you