JSP FAQ Resource Information

2000-03-30 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: 'RequestDispatcher' Problem

2000-03-30 Thread Boi Ken
Yes. It is run using Netscape iPlanet 4.0 Web server. All files are retireved from the Web server and are executed there. The order of events occur as follows: 1. I request EShop.jsp. 2. Server receives the request and 'compiles' EShop.jsp at the server and responds with an HTML response to my

convert Double to double

2000-03-30 Thread Nannette Thacker
How can I convert a Double to a double? Thanks! Nannette === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: Could you PLEASE REMOVE my e-mail from this list!!!!!!!!

2000-03-30 Thread Lloyd_R_Kammerer
Please include me in this ejection as well. I've followed the listserv instructions for requesting human intervention in this problem several times and it looks like the moderator/admin has been fast asleep for quite a while now.. Ricardo Fran ça Tomatieli [EMAIL PROTECTED] on

extra spaces in form post..

2000-03-30 Thread Bradley McLain
hi all: i have a jsp i'm using to post form data to a servlet to write into the database. problem is that i get extra spaces appended to the end of each form element. this causes strange results here and there, e.g. when i encode a url from one of these strings i get something like

Jar Files - Need a little help

2000-03-30 Thread Todd L. Poole
Hello, I am creatting a java application that scans log files from the web servers, and sends emails of any errors to our team. I need to use the javamail API in order to send the email. I have the download from Sun, but they refer to a CLASSPATH and I do not know where to set this. I also tried

Help!!! Which is the most stable JSP server?

2000-03-30 Thread Vijayan
Hi, I am Vijayan. I have GNUJSP 1.0 working on Apache 1.3.9/Apache Server Jserv 1.1/JDK 1.2 on a RedHat Linux 6.1. I am currently working on a portal site that requires a lot of dynamic content to be served. I have tried both GNUJSP and TOMCAT 3.0. I have experienced the following

Passing Objects from page to page

2000-03-30 Thread Cory L Hubert
Ok. I have a vector of objects that I want to pass to page to page. But I am not using sessions. How can I do this? Do I have to use sessions to do this? p l u m b d e s i g n Cory Hubert |

Re: Help!!! Which is the most stable JSP server?

2000-03-30 Thread Hans Bergsten
Vijayan wrote: Hi, I am Vijayan. I have GNUJSP 1.0 working on Apache 1.3.9/Apache Server Jserv 1.1/JDK 1.2 on a RedHat Linux 6.1. I am currently working on a portal site that requires a lot of dynamic content to be served. I have tried both GNUJSP and TOMCAT 3.0. I have experienced

Re: Passing Objects from page to page

2000-03-30 Thread Hans Bergsten
Cory L Hubert wrote: Ok. I have a vector of objects that I want to pass to page to page. But I am not using sessions. How can I do this? Do I have to use sessions to do this? If you with "pass to page to page" mean that you are using jsp:forward or jsp:include to invoke the next

Re: Jar Files - Need a little help

2000-03-30 Thread Jim Michael
in order to send the email. I have the download from Sun, but they refer to a CLASSPATH and I do not know where to set this. I also tried to add the jar file to VisualCafe, and it said the jar contained no beans. Can anyone assist? I've never used components or beans... just the built in

Can I get the JSP1.1 API

2000-03-30 Thread kandasami kumaravel
Hello everyone! I'm currently working on JSP in WebLOgic Apllication Server, I interested in developing my own JSP tags(ACTION).Can anyone tell me were I Can download the JSP1.1 API. Thanks, Kumar __ Get Your Private, Free Email at

Tomcat bean path question

2000-03-30 Thread Holmes III, William S
Howdy List, I checked through the archives and found posts relating to this, but none of them really explained why it happens. Here's a simplified series of events to create the problem: 1) define a new context "/dev" and create it's associated web-inf/classes directory. 2) create a simple

Init Parameter access in JSP page

2000-03-30 Thread Manish Sharma
I need to access the init parameters in my JSP to get the parameters to connect to a database. I am very frustrated trying to get these values using getInitParameter which always returns null. I am using JRUN with IIS. I have tried changing servlets.properties file from JRun config and also

problem by accents!

2000-03-30 Thread David JGC
i use sqlbase database and when print the results of the resultsets objets in the jsp's files, the words with accents instead the " ´ " appear one "?" e.p. % var=res.getString(sql);% %=var% appear: tambi?n instead también why? thanx.

Re: Tomcat bean path question

2000-03-30 Thread Raghu Duggirala
Dear freinds, I am feeling very good with the latest techology help from all of you, I am working on JSP and J2EE tool(tomcat), I am testing my JSP pages in tomcat(standalone) then using them (with inserted EJB code) in J2EE deployment tool. When I test with tomcat there are no errors, After

Re: Tomcat bean path question

2000-03-30 Thread yjchen
Actually I met the same problem, so if I put my jsp under /dev/test/xxx.jsp as you described, I will put my JavaBean under /dev/web-inf/classes/test/xxxBean.class, and use "package test; " in Javabean and use "test.xxxBean" in JSP. Yen-Ju "Holmes III, William S" wrote: Howdy List, I checked

How to automatically reload JavaBean ?

2000-03-30 Thread yjchen
Hello, I use Tomcat 3.0 and Tomcat 3.1 beta, and write most code in JavaBean. In Tomcat 3.1 beta, the servlet can be reloaded automatically. But how can I automotically reload my new JavaBean ? If I rewrite and re-compile my JavaBean, I have to change something in my JSP, which use

Passing objects between JSP Beans

2000-03-30 Thread Glenn Nielsen
I am currently researching JSP in the hopes of pushing out to 100's of web publishers (non programmers) the ability to generate dynamic content using a web publishing tool like Web Sphere Studio without having to write any Java code (scriptlets) in their JSP. So that they can just drag beans into

subscribe

2000-03-30 Thread Mukta Mittal
"This e-mail message and files transmitted with it are confidential, proprietary and legally privileged.If the message that is received is an error,or if there is any mistransmission,the originator must be notified immediately as the unauthorised use,dissemination,publication, transfer or any

(no subject)

2000-03-30 Thread Rajendra
jsp-interest Singh Rajendra === 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: Passing objects between JSP Beans

2000-03-30 Thread Craig R. McClanahan
Glenn Nielsen wrote: I am currently researching JSP in the hopes of pushing out to 100's of web publishers (non programmers) the ability to generate dynamic content using a web publishing tool like Web Sphere Studio without having to write any Java code (scriptlets) in their JSP. So that

Re: Returning large resultsets

2000-03-30 Thread Ruud de Boo
"Donald E. Vandenbeld" wrote: What I'm after is a methodology for caching a large resultset so that you can 'page' through it and 'elegantly' being able to dispose of the resultset cache when you leave the resultset display page. Did you try to use a cleanup method triggered by a JavaScript

Help Re: A very annoying feature of this list

2000-03-30 Thread Sanjay Gomes
Got something alike .I had sent my subscription mail through my hotmail id and gave the address to forward the mails to at my yahoo id. Instead I started getting the mails at both hotmail as well as yahoo.Sent many mails to unsubsribe from the hotmail id and send me messages at my yahoo mailbox

Re: convert Double to double

2000-03-30 Thread Nitin Tomer
Call doubleValue() method on your Double object. - Original Message - From: Nannette Thacker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 30, 2000 8:58 PM Subject: convert Double to double How can I convert a Double to a double? Thanks! Nannette