emails

2000-02-05 Thread Aimn
Hi everyone, Does anyone know how to use JSP to send emails.  I might need to write a java bean for that purpose.  Does anyone know of an existing open source bean for that. Thanks in advance.

uploading files

2000-02-05 Thread Aimn
Hi everyone Could someone direct me on how to upload text files and images in JSP. Thanks in advance.

What if the recipient address is wrong

2000-02-07 Thread Aimn
Hi everyone I am using JavaMail API to send emails. Everything works for me with one exception: when the "to" or "from" addresses are incorrect, I don't get an exception letting me know about that. Could someone please tell me what I am doing wrong. thanks in advance ==

Re: What if the recipient address is wrong

2000-02-07 Thread Aimn
nge Server. However, that's more an issue of the mail server > than it is the JavaMail API. If the mail server determines if the addresses > are "valid". The JavaMail API simply formats the message and parameters > properly for an SMTP mail host. > > > >

HTTP 500 - Internal server error

2000-02-09 Thread Aimn
Hi everyone. I am running into a problem that I am not sure how to fix. I am using JRun with PWS on my Win98 machine. I have a JSP example that uses a bean. The example runs in some of the cases. When ever I make a slight change, the example stops working even when I go back to the old example

Shopping Carts

2000-02-10 Thread Aimn
Hi to all of you Does anyone know where I can find a shopping cart written in java.  I am trying to learn how to build one.  A tutorial will help. Thanks alot

Re: Shopping carts....

2000-02-11 Thread Aimn
Title: Understanding JavaServer Pages Model 2 architecture - JavaWorld December 1999 Suresh, Thanks alot for your help. - Original Message - From: Suresh Vadigi To: Aimn ; [EMAIL PROTECTED] Sent: Thursday, February 10, 2000 9:24 PM Subject: Re:Shopping carts

Warning: Page has Expired

2000-02-12 Thread Aimn
Hello to all of you I am facing a problem that is best explained with an example:  Suppose that I have a file called 'upload.jsp' that uploads files from the client.  if the files uploaded fine then a thank you message is shown in the same file (no forwarding to another file is done).  Now t

IOException not caught with JRun

2000-02-12 Thread Aimn
Hi again I am running into an exception problem.  I am using PWS+WIN98+JRUN+JDK1.1. My jsp file is making use of error pages: <%@ page errorPage="errors.jsp" %>.  I am using a bean in my jsp file that is supposed to through an  IOException if something bad happend at run time such as not bei

JRun and Windows 2000

2000-04-05 Thread Aimn Blbol
Hi all I was using JRun 2.3.3 on windows NT with no problems. Now I am using JRun on Windows 2000. I found out that getRequestDispatcher stopped working. When I tried installing JRun 3.0 on Windows 2000, I got an error message "could not start Java process" right after the completion of the

Model 2 and form validation

2000-03-28 Thread blbol aimn ; bse meng
Hi to all of you I might be wrong about what I want to say so please correct me: It seems to me that it is not appropriate to use model 2 when you have form validation and there is a need to examine user data at the server as in the case of looking up a database. The reason is if the user entere