Re: Q: set bean param from -OPTION- list

1999-06-28 Thread Richard Dallaway
My example would have been better if I had the syntax right. Let me try again. With a HTML list (or set of checkboxes), what is the easiest way to collect the values with a ? For example: One Two Three ...or... One Two Three I select all three options and submit to a JSP wh

Re: JSP 1.0: Beans instantiation

1999-06-28 Thread Kevin Jones
Can you use reflection? use Class.ForName to get the class object - then either Class.newInstance, or use reflection to get the constructor you want and create the instance. Kevin -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Apache Jserv/jswdk

1999-06-28 Thread Nithi Rajan
Hi, I'm using Apache 1.3.6 Jserv with JSWDk 1.0 for running jsp. When I try to invoke http://localhost/snoop.jsp I get the following error, The JSP Engine is not configured with a scratch dir. Please add jsp.initparams=scratchdir= in the servlets.properties file for this context The JSP

JSP with JWS

1999-06-28 Thread Javier Gutiérrez
        Hi there,       I'm starting to learn about JSP, so i'm sorry if this is a simple question. But, how can I install JSP engine in a Java Web Server?.           Thanks.     *Javier Gutiérrez ExpósitoIngeniero de SoftwareT

Cookie with Jrun and Netscape

1999-06-28 Thread Arie Fishler
Hi ! I am using JRun Pro 2.3.1 Build 145 . I am facing a strange phenomenon while setting cookies. When I try to set the cookie for a longer age then a session (positive number for setAge) I don't succeed while working with a Netscape browser. The cookie is deleted when the browser is closed. Whe

Re: What's wrong with this code snippet?

1999-06-28 Thread Daniel Lopez
Hi Joe, It could be almost anything but are you sure that neither dataBean.getMastVendID() nor dataBean.getVendID() return null? If I had to bet, I would say dataBean.getMastVendID() returns null. Try <%= dataBean.getMastVendID() %> instead of the if statement to see what happens. I hope this he

Re: Apache Jserv/jswdk

1999-06-28 Thread Daniel Lopez
Hi Nithi, If you are using Apache JServ, then you already have the servlet.properties file created, even though in Apache 1.3.6 is your properties file for the zone you want to use. The default zone is usually called root and the file is "zone.properties" in the conf directory of your Apache JSer

Re: Errors

1999-06-28 Thread Anonymous
Thanks Tim, This was exactly what was needed. ... copied tools.jar into JSP1.0, and added it to the two class strings found in the batch file. Mike, -Original Message- From: Tim Briggs [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 26, 1999 7:26 AM To: 'Michael Fuhrman' Subject: RE: E

copilation failed error

1999-06-28 Thread Anonymous
I'm just testing jsp with this little test: html page (thib.jsp) * <%= th.getCount(); %> *** java code (thib.java) *** package thib; class thib { public thib()  {  } public static void main(String args[])  {  new thib();  } public int getCount()  {  return 125;  } }

JRUN build 151 Serious Error with IIS 4.0

1999-06-28 Thread John Malloy
I upgraded from a JRUN that used JSP .92, up to the latest JRUN (build 151) that supports JSP 1.0. Now, the following no longer works although it worked with the older JRUN: Using the new JRUN (and IIS 4.0) this causes a "SAVE AS" dialog box to appear in the client browser. Another way

Re: JRUN build 151 Serious Error with IIS 4.0

1999-06-28 Thread Karl Morley
I am also having the same problem with build version 150 > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of John Malloy > Sent: 28 June 1999 15:29 > To: [EMAIL PROTECTED] > Subject: JRUN build 151 Seriou

Re: copilation failed error

1999-06-28 Thread Anonymous
Is the java code correct? Should it be 'public class thib' ?   Kevin -Original Message-From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Thibaut ColarSent: 28 June 1999 14:17To: [EMAIL PROTECTED]Subject: copila

Re: JRUN build 151 Serious Error with IIS 4.0

1999-06-28 Thread Default
I am experiencing the same problem. My configuration is like yours and I am not able to set up session management by url rewriting. In fact the encodeURL method appends ?sessionid=... to the urls and the servlet engine is not able to understand that *.jsp?something is a jsp page. Similar issues

No Subject

1999-06-28 Thread Anonymous
http://www.ibazar.com/index.cgi?cbosquet === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the

Re: JRUN build 151 Serious Error with IIS 4.0

1999-06-28 Thread Anonymous
You are missing the point. The point is that the following fails on JRUN build 151 (JSP 1.0) using IIS 4.0: "http://localhost/loc/somejsp.jsp?foo=bar" --- Kevin Jones <[EMAIL PROTECTED]> wrote: > Hmm - if I use fully qualified names I don't get >

Re: compilation failed error

1999-06-28 Thread Thibaut Colar
Ok, now it works. If you are not a newbie, don't read following lines, you'll not learn anithing!! I will say what i've got to do to makes my little stupid example works because it may help another newbie on jsp,like me. (i'm on win98 today) - I'm using the jswdk 1.0 - I've got to at the beginni

Re: JSP with JWS

1999-06-28 Thread Sonny Hodac
Or, say with any Web Server (ex: iis)? -Original Message- From: Javier Gutiérrez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 01, 1999 1:57 AM To: [EMAIL PROTECTED] Subject: JSP with JWS Hi there, I'm starting to learn about JSP, so i'm sorry if this is a simple q

Updated list of commercial vendor support for JSP

1999-06-28 Thread Kirkdorffer, Daniel
I have updated my list with some of the feedback I've received and information James Todd kindly sent our way. As before please send me corrections and updates as you know them. Dan -- Daniel Kirkdorffer NACN IS: 425-580-6225 Sr. Consultant, Syllogistics LLC Email: [EMAIL PROTECTED] Web: http:

Re: Vendor Support for JSP/Servlet and EJB

1999-06-28 Thread Anonymous
Chad, Thanks for that. I couldn't find the article online although I knew it had to be there. Again my apologies the mailing list received so many duplicate postings. Dan > -- > From: Chad Darby[SMTP:[EMAIL PROTECTED]] > Reply To: Chad Darby > Sent: Sunday, June 27

Error in JSP Spec? Declarations: Sec 2.10.1, page 52

1999-06-28 Thread Chad Darby
Hi All, I think there is an error in the example for Declarations. Someone may have already pointed this out. If not, then here goes... Declarations: Sec 2.10.1, page 52 -- The second example of a declaration reads: <%! public void f(int i) { if (i<3) out.pri

Re: Errors

1999-06-28 Thread Anonymous
Hi Dan, Actually, I was trying to figure out what the stack trace was trying to tell me. Thanks for that tid bit. And, actually I was including \java\lib in the class path, but for some strange reason the demo doesn't like it! ... But for the interim, I copied the tools.jar file to the subdire

Re: JSP Support by commercial application servers

1999-06-28 Thread Richard Mazzaferri
> Netscape Application Server 2.1 0.92 I thought that NAS2.1 had no JSP support? It was definitely mentioned that NAS4.0 (due out soon) was going to be v0.92. > SilverStream 2.5??? Not when I spoke to SilverStream at JavaOne. Their white paper mentions plans to support

Re: Errors

1999-06-28 Thread Craig R. McClanahan
Michael Fuhrman wrote: > Hi Dan, > > Actually, I was trying to figure out what the stack trace was trying to tell > me. Thanks for that tid bit. And, actually I was including \java\lib in > the class path, but for some strange reason the demo doesn't like it! ... Including "\java\lib" (assumi

Re: JSP with JWS

1999-06-28 Thread Srinivas Rampally
The best way to start learning JSP is to download the Reference Implementation from SUN Microsystems at http://developer.java.sun.com/developer/earlyAccess/jsp/index.html. It is free. You need to register in JAVA DEVELOPER CONNECTION for downloading. You need to download Java 1.1.8 or 1.2 develo

No Subject

1999-06-28 Thread Mohan K Reddy
Hello: I am looking for very good examples to integrate JSPs and EJBs. I plan to use WebLogic4.02 ( which doesn't support JSP ) and JRun ( which does support JSP ). any help in this regard is highly appreciated. thanks Mohan

Starting point for JSP

1999-06-28 Thread Naggi
Hi ! I am new to this mailing list. Does anyone know a site which would be a good starting point for JSP ? and secondly what exactly is Servlet Chaining ?   Thanxs in advance, Naggi

Re: Errors

1999-06-28 Thread Anonymous
Hi Michael, Java Server Pages engine do compile the pages and create the .class files, so I bet you are using JDK 1.2 but you haven't included the tools.jar file in your classapth. If you read the stack trace, you'll see that it's not finding the "javac tool" ;). I hope this helps, Dan -

Re: Starting point for JSP

1999-06-28 Thread Joe Blow
Hi Naggi, Here is a list of URLs, which could provide sufficient grounding on Java Server Pages.I would recommend going thru them in the mentioned sequence. 1) http://www.conceptix.com/system/doc/jsp.html : A Good reference for JSP Beginners. 2) http://www.software.ibm.com/develop

How to configure Jswdk

1999-06-28 Thread /servlet-interest Ng Hang Fai, Calvin
Dear all, I have downloaded JSWDK from Javasoft, but i don't know how to configure it. Can anybody have experience on it or where can i access some beginning material on it? Thanks a lot Regards, Calvin Ng === To unsubscri

Re: How to configure Jswdk

1999-06-28 Thread John Zukowski
http://java.about.com/library/weekly/aa062399.htm includes a walkthrough to help you get started. J Thanks for your message at 09:31 AM 6/29/99 +0800, /servlet-interest Ng Hang Fai, Calvin: >Dear all, > >I have downloaded JSWDK from Javasoft, but i don't know how to configure it. >Can anybody h

Re: Starting point for JSP

1999-06-28 Thread Luc Saint-Elie
Naggi You may want to have a look at mine (http://www.interpasnet.com/JSS) Le 11:11 28/06/99 -0700, Naggi a écrit: >>Hi ! >>I am new to this mailing list. >>Does anyone know a site which would be a good starting point for JSP ? >>and secondly what exactly is Servlet Chaining ? >> >>Thanxs in adv