Bean Error

2001-10-01 Thread Isak Rickyanto
Hello I have a bean to manage form registration I think it is because nullpointerexception... (from the error below) at the foo.FormBean1.validate .. right? I read the error say (FormBean1.java.52)... it means that the error code in the line 52 right? the code : it is on line 52:if

archives link

2001-10-01 Thread QAS LAILA
Does any body have the archives link for JSP-INTEREST Kindest Regards, QAS _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ===

DSN Less Connection for SQL Server

2001-10-01 Thread SriHari
Hai How to create a DSN less connection for my JSP project i am using MS SQL SERVER pllet me know the same applies for ORACLE 8i. (or a dsn less connection for any java programme) what is the fastest driver for sqlserver using tomcat 3.2.3 Regards Hari

API TOMCAT ¿?

2001-10-01 Thread Mendez Yanes JI
Hi all, I need to know which is the API for tomcat for the existing objects, methods... I mean, Do I have to implement, for instance, a sesion object to control a surf flow ? Which methods has the object Request ? Where can I see them ? Thanx in advance Jose Ig

Re: Bean Error

2001-10-01 Thread Sachin S. Khanna
Just change the line 52 to the following and it should work : if ((telepon==null) || ().equals(telepon) ) { Assume this should help. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: Isak Rickyanto [EMAIL PROTECTED] To: [EMAIL

Off topic : finding attributes of 'create table' command

2001-10-01 Thread Soubhratra Das
Hi all, we are going to give a front end (web) for any database. In our application when user clicks new table button then a form page is to be loaded similar to the new table form presented by other db front ends or tools like enterprise manager in SQL server which gives a table with input

Confused!!!!!

2001-10-01 Thread QAS LAILA
Dear all, I am new to JSPs. Is it true that JSPs are Ubiqtous therefore easier whilst different JVM are implemented in different ways. I ask this question because I read some where that Java is write once run anywhere. Does the question of Primitive Memory occupation have any bearing on this

More Confused!!!!!

2001-10-01 Thread QAS LAILA
Dear All, Do the JSP declarations and expressions expect to be privatised and protected as the interface has already been implemented. Or should they be declared as none. There is also a danger of memory clash when pushed incremental to persistency when clearly persistent requires control. It

Re: More Confused!!!!!

2001-10-01 Thread Geert Van Damme
Simple answer: Unless you really really know what %! % declarations are (e.g. you're a real experienced servlet programmer) , Don't ever use them !!! It's more trouble than it's worth. stick with % % tags. Private, protected .. has nothing to do with this. Geert Van Damme -Original

Re: More Confused!!!!!

2001-10-01 Thread QAS LAILA
Thank you for clarifying that I should refrain from declarations %! % and carry on using expressions % %. I'll keep in mind that declarations are more trouble than they worth . I tend to agree %! % are trouble then they worth. Just stay away from them. Thank you again for clearing up my

help!! for tomcat installation

2001-10-01 Thread Wo
Hi, can anyone help me? i am trying to install tomcat with apache on windows 2000. my apache server is working well and tomcat works by itself. i followed the instructions by appending #include TOMCAT_HOME/conf/tomcat-apache.conf #include /tomcat/jakarta-tomcat-3.2.3/conf/tomcat.conf to the

Re: help!! for tomcat installation

2001-10-01 Thread chris brown
Go to http://jakarta.apache.org/tomcat/ and subscribe to the tomcat-user list. It's more specialised that this list, is heavily used, and has archives (in which you'll find the answer to the question). But to give you a hint, forget the instructions about mod_jserv.dll ; the current bridge

Re: help!! for tomcat installation

2001-10-01 Thread Brad Cox
On Mon, 1 Oct 2001 23:02:15 +0800 Wo [EMAIL PROTECTED] wrote: i followed the instructions by appending #include TOMCAT_HOME/conf/tomcat-apache.conf #include /tomcat/jakarta-tomcat-3.2.3/conf/tomcat.conf # is the comment character. Remove it to the httpd.conf file but the next step of the

Re: help!! for tomcat installation

2001-10-01 Thread Paul Idusogie
With tomcat 3.2.3 you would need to add the following mod_jk.dll to the modules subdirectory of local drive:/program files/Apach Group/Apache/modules Include the following text to the bottom of the httpd.conf script winthin local drive:/program files/Apach Group/Apache/conf Include

Re: API TOMCAT ¿?

2001-10-01 Thread Mendez Yanes JI
This would be what I was looking for ? [TOMCAT_HOME]\webapps\ROOT\javadoc\index.html [TOMCAT_HOME]\webapps\ROOT\docs\api\index.html am I right ? Greet Jose Ig --- Mendez Yanes JI [EMAIL PROTECTED] wrote: Hi all, I need to know which is the API for tomcat for the existing objects,

Re: archives link

2001-10-01 Thread Christopher K. St. John
QAS LAILA wrote: Does any body have the archives link for JSP-INTEREST Go to: http://www.google.com use the search terms jsp-interest archives and the first item in the results list will be a link to the archives. servlet-interest has this as a footer at the bottom of all the

Re: help!! for tomcat installation

2001-10-01 Thread Wo
Dear Paul, forgive my beginner's questions.. i have followed the steps as prescribed. Should the \ in the includes be /? either way apache still refuses to start. i start tomcat server at the dos prompt and then start apache as a service. tomcat starts but apache will give an error. can

Re: help!! for tomcat installation

2001-10-01 Thread Craig Newlander
uhm. well what's the error? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Wo Sent: Monday, October 01, 2001 11:34 AM To: [EMAIL PROTECTED] Subject: Re: help!! for tomcat installation Dear Paul,

Re: help!! for tomcat installation

2001-10-01 Thread Wo
thanks!! i got it =) the second include statement was not required =) Tim - Original Message - From: Paul Idusogie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 01, 2001 11:24 PM Subject: Re: help!! for tomcat installation With tomcat 3.2.3 you would need to add the

Completely lost:- Kevin Mukhar

2001-10-01 Thread QAS LAILA
K Mukhar, 1. First of all I was going on about datablades which wolf of Sybase never heard of or anybody else. I knew that a company already had successfully implemented it. If one company had successfully implemented it then I know the integrity of the software. For instance I know which

Re: (C/C++) UCHAR in C conversion from char* to UCHAR*

2001-10-01 Thread ashish
Hi srihari, if you are using UCHAR for codepage issues, try using WideChar/TCHAR. else, if you are using windows platform SDK in your code, use WinSDK character encoding. Ashish - Original Message - From: SriHari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 29, 2001

Re: Criminal abuse of this list (was RE: offtopic)

2001-10-01 Thread horwat
The people posting the offensive information were removed immediately from the list. No questions asked. As you saw, the posts related to the original offending messages came from people responding to the original posters and not the posters themselves. Jsp-Interest is a forum for the benefit

Re: archives link

2001-10-01 Thread horwat
The archives can be found at: http://archives.java.sun.com/ Justy - Original Message - From: QAS LAILA [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 01, 2001 2:07 AM Subject: archives link Does any body have the archives link for JSP-INTEREST Kindest Regards, QAS

multiple delims...

2001-10-01 Thread McKain, James (DPYUS)
Title: multiple delims... I am trying to take a line of text from a StringBuffer object and pull out a chunk of text from it. I has investingated the StringTokenizer, but this sorts with only one delim. also, Tokenizer cannot return me the location #(on the line) of the tokens. only the

Re: Precompiling Jsp's with ant?

2001-10-01 Thread horwat
If you download Tomcat, you will get jspc. Jspc lets you pre-compile JSPs into their corresponding servlets. For page validation, in JSP 1.2 you can define a TagLibraryValidator that is associated with a tag library. This validator class lets you define a method that gets passed the XML

Re: mod_jk ??

2001-10-01 Thread horwat
You can start tomcat as a system service as well. Since I don't know what type of system you're using then I'll just tell you about the one that I'm most familiar with. In Solaris there are scripts that are run at system startup. They are located in the /etc/rc?.d where ? corresponds to the init

Re: Query Regarding JSP Test Cases in CVS

2001-10-01 Thread horwat
Are you interested in unit tests? If so, download Tomcat 4.0 and take a look at the tester directory or via the web: http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/tester/ Justy - Original Message - From: Prabodh Goel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September

Re: multiple delims...

2001-10-01 Thread Chris Pratt
Title: multiple delims... Try looking at the java.io.StreamTokenizer. (*Chris*) - Original Message - From: McKain, James (DPYUS) To: [EMAIL PROTECTED] Sent: Monday, October 01, 2001 11:06 AM Subject: [JSP-INTEREST] multiple delims... I am trying to take a

Re: multiple delims...

2001-10-01 Thread Jim Rueschhoff
StringTokenizer supports multiple delimiters. The constructor from the Java Docs: --- public StringTokenizer(String str, String delim, boolean returnDelims) Constructs a string tokenizer

Re: multiple delims...

2001-10-01 Thread Richard Yee
James, Check the JavaDocs again on the usage of StringTokenizer, it does have the ability to have multiple delimeters. You specify the delimiters in the 2nd argument of the constructor. The nextToken() method will return the token with or without the delimiting characters depending on the

URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-01 Thread Margaret Fisk
Hi everyone, I'm running into a major problem and hoped someone had seen it before. Tomcat has suddenly stopped running this morning. It won't launch the index at http:\\localhost:8080\index.jsp or any other of my files. If I turn back the date on the computer, it works again, but other

Custom tags: overloaded setters

2001-10-01 Thread Oliver Suciu
Hi, Can anybody help clarify how a JSP container should handle overloaded setters in a custom tag: public void setData(List dataList) { this.dataList = dataList; } public void setData(Object dataObj) { this.dataObj = dataObj; } public void setData(String dataStr) {

Re: Custom tags: overloaded setters

2001-10-01 Thread Hans Bergsten
Oliver Suciu wrote: Hi, Can anybody help clarify how a JSP container should handle overloaded setters in a custom tag: public void setData(List dataList) { this.dataList = dataList; } public void setData(Object dataObj) { this.dataObj = dataObj; } public void

Re: Custom tags: overloaded setters

2001-10-01 Thread Oliver Suciu
You're saying that the spec doesn't say anything about this; how comes you then say that the behavior of Tomcat is the correct one?... Thx, -- Oliver Hans Bergsten wrote: Oliver Suciu wrote: Hi, Can anybody help clarify how a JSP container should handle overloaded setters in a

Generating Word from JSP.. force Landscape orientation

2001-10-01 Thread Michael Vincent
Hello all. I have scoured the JSP and Servlet interest archives to no avail. Please tell me if this is possible. I would like to generate output as MS-WORD ( I know how to do this with setContentType ), however, is there something I can do to tell it to open in Landscape orientation as

Re: archives link

2001-10-01 Thread QAS LAILA
I am very greatful to you Justy. Sometimes I find some of the find links easily and sometimes they are hidden in so much irrelevant information. I shall book mark this information you have given to me. Most Kindest Regards, From: horwat [EMAIL PROTECTED] Reply-To: A mailing list

Re: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-01 Thread QAS LAILA
Hello Margaret, Although I have never had the problem myself. May I suggest that you first go to http://archives.java.sun.com/ from there you will be able to find the archives for servlets and JSP and chances are that some one has had the problem before and you will find an

Re: Custom tags: overloaded setters

2001-10-01 Thread Hans Bergsten
Oliver Suciu wrote: You're saying that the spec doesn't say anything about this; how comes you then say that the behavior of Tomcat is the correct one?... I'm saying that the bean spec does not explicitly say that a property can not have multiple setter methods, nor that it can have it.

OffTopic : JavaScript Problem (urgent)

2001-10-01 Thread Abhijeet Surve
How do a replace \ by its number code equivalent i.e. #92; using JavaScript's replace function? I am right now unable to create the regexp. thanx in advance Abhi _ Get your FREE download of MSN Explorer at

Re: Custom tags: overloaded setters

2001-10-01 Thread Hans Bergsten
Oliver Suciu wrote: Actually, it seems to work with exactly those three setters mentioned in the example -- I can pass a List in one instance, and a String in another. So now I'm wondering whether it's by design or just by accident?... By accident, see previous discussion. Also try with

Apache JSP

2001-10-01 Thread Wilhelm Colln
I am trying to configure de httpd.conf file from apache webserver together with the mod_jk.conf from tomcat so that I can access JSP files from the root path like. http://www.domain.com/index.jsp Instead, all the examples and files work under a sub-directory like examples, and javaor servlets.

Re: Apache JSP

2001-10-01 Thread Jason Brooke
See the 'Alias' directive in the online manual http://httpd.apache.org/docs/mod/mod_alias.html#alias jason I am trying to configure de httpd.conf file from apache webserver together with the mod_jk.conf from tomcat so that I can access JSP files from the root path like.

Off topic: Please suggest Javascript Mailing list

2001-10-01 Thread S. Jyotinarayan
Dear all, Please take a sec to suggest to me Javascript mailing lists. Thanx in advance, Jyoti. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

running jsp/servlet on IIS.

2001-10-01 Thread s i m o n
how do you run jspand servlet on iis? where can i get information on this? i'm using win2k here. any idea? thanks in advance.