Re: JAVA2EXE

2001-05-24 Thread Geert Van Damme
Hey here's a post for Joseph again ;-) Buy a book about HTML and RTFM There are mailing lists about HTML too you know However, I don't think this post is really OT. Because I have a utility that I often use in JSP to do this. Your JSP is generating HTML, and in HTML, to go to a

Re: JSP

2001-05-24 Thread Mayuresh Kadu
ok .. lemme try, ---[ login.html ] Login Login Password ---[ login.jsp ] <% String strLoginNam = request.getParamete

Re: [Re: JAVA2EXE]

2001-05-24 Thread paramjit singh
Hi yeah My application runs very well in java runtime environment i think the problem is that in my application i used certain other java packages like JAF,javamail etc etc that's why it gives error like canno find javax/activation etc etc any solution to this. Paramjit Singh Rishabh Agarwal <

Re: Text from a database

2001-05-24 Thread Geert Van Damme
I know, I know, I replied to the wrong message. But that's because this mailing list is very inconsistent. Sometimes a reply is to the original sender. Sometimes a reply is to the whole list. I think this is very confusing. Anyway, here was my answer. No replying to the correct post ;-) Hey here'

Re: SV: Form validation with jsp

2001-05-24 Thread Amarnath N
use java bean to set and get the values of the fields... suppose if u have a field called myname...use like this > but before this u have to set the properties of bean using - Original Message - From: "Nicholas Larsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23

Re: RES: Complementing...another newbie question about HelloWorld ser vlet..

2001-05-24 Thread Amarnath N
try http://gilson.startcom.org:3080/servlet/HelloWorldServlet2 instead of servletsuse servlet - Original Message - From: "Gilson Nascimento D Elrei" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 11:01 PM Subject: RES: Complementing...another newbie questio

Unable to load.....

2001-05-24 Thread [Qari Qasim]
What does the following error mean: org.apache.jasper.JasperException: Unable to load class hello.NameHandler does it mean that it cannot find the class file (NameHandler), or that it can find the file but there is something wrong with it. Regards, Qasim Babu ==

Re: Unable to load.....

2001-05-24 Thread Muddaser Azeem
No it means tht it can find the class file but there is some problem with tht. Cuase when it can't find the class file then it generates the error like "Class not found." Rgrds Muddaser Azeem --- "[Qari Qasim]" <[EMAIL PROTECTED]> wrote: > What does the following error mean: > > org.apache.jasper

Re: Use

2001-05-24 Thread jeffc
You can only have two states of a radio button, checked and unchcked (ture and false). By nature all of them have to have the same name to be in the same "group" so basically you can number them and then check for the desired property (checked or not. form.radiobutton[2].checked Hope this hel

tool for validate java code supports j2ee

2001-05-24 Thread Querol Joan
Hi, I'm finding for a tool or utility to validate the code java that application suppliers give me. I would like to ensure that java source code follows the j2ee standard ( concretly for servlet 2.2 and jdbc 2.0). Ex. : Entry: java source code (ie. *.java files or *.jar files) Exit: OK or NO.

Java depends on WinSock

2001-05-24 Thread Thompson, Willard (GTICCC)
Someone's strong argument that Java is highly dependent on WinSock http://users.neca.com/vmis/fooljava.htm Considering it's date, I don't know if this applies across the board but nonetheless interesting. Sincerely, Willard Thompson Software Engineer Systems Engineering Gerber Technology, Inc. 86

How to Block IP address Info from Email Header, JavaMail

2001-05-24 Thread Meraj Beg
I am using JavaMail APIs for sending emails. My java application runs on Webshpere 3.5 web server and dump the emails using javamail APIs to a Lotus SMTP server. when I get the email and see the header info of that I can see the IP address of the web server. I want to block this information from g

Re: JAVA Mail Issue

2001-05-24 Thread Meraj Beg
Everytime when my java application runs, I am firing load command for Properties file. erik morton <[EMAIL PROTECTED]> on 05/23/2001 03:55:27 PM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc

JSP and Target Frames

2001-05-24 Thread Carroll, Moira
Need help trying to enter a text field in one frame at the top and depending on what I enter it updates a table - then in the 2 frames below it automatically in a scrolling table displays the last device Checked In or Out - one frame for below is for Checked In and the other is for Checked Out -

Re: Java depends on WinSock

2001-05-24 Thread Geert Van Damme
How stupid, Java doesn't rely on windows. Then how could it rely on Winsock??? Of course, for doing anything on the internet, java relies on TCP/IP (wow, that's a surprise). And given that you're on a windows OS, the normal way of using TCP/IP is through winsock. BTW, the sentence "as Java requir

off topic (package compilation) ???

2001-05-24 Thread sufi malak
Hi, I have : C:\Program_Files\tomcat321\webapps\formprocess\WEB-INF\classes\mypackage\fieldcontroll\ some compiled classes AND I need to compile some classes (that are using the above compiled classes in fieldcontroll directory ) in mypackage directory. Could you please show me how to do it ?

Re: How to Block IP address Info from Email Header,JavaMail

2001-05-24 Thread Christopher K. St. John
Meraj Beg wrote: > > I am using JavaMail APIs for sending emails. > Congratulations on your choice of mail API. However, as you might have guessed from the name of the group ("JSP"-INTEREST), this isn't the best forum for your question. JAVAMAIL-INTEREST, the official Sun mailing list dedicate

Re: Java depends on WinSock

2001-05-24 Thread Clayton Nash
Off topic reply, but this is an amazingly stupid article -- it's absolutely right and also utterly irrelevant. Of course Win32 based Java environments depend on Winsock -- it's the networking interface. It's probably -- shock horror -- depends on Windows file management code to read things off the

Custom Tags on WebLogic 6.0

2001-05-24 Thread Abhijeet Surve
hi guys The problem I are facing is in the implementation of JSP Custom Tags. I am using: > BEA WebLogic Server™ 6.0.(Service Pack 1) > Runtime: JDK 1.3 (e.g., the JDK that comes with WebLogic) > Our Beans and Java classes are compiled with JDK 1.2.2_007 > JSP 1.1 Let us say

Apache's problem

2001-05-24 Thread Atilio Ranzuglia
Hey everybody, I'm having the following trouble. I've developed an application using JDeveloper, when I want to test it on iAS, I put the classes under /WEB-INF/classes, but it doesn't work. It says that it cannot encounter the class For example, the class rec.Estilo in /WEB-INF/classes/re

iPleanet Web Server -- Help Beans talking to Beans

2001-05-24 Thread Dasti, Hassan
I am using IPlanet web server to do JSP work. Individually, my beans work fine when I try to use them from JSP pages. However, if I try to instantiate a bean class in another bean I get an error message, message is followed: *** G:\do

Re: How can I substract two dates?

2001-05-24 Thread sandarbh
Hi, if you want exact difference use the following.. use calender class and extend it also as computeTime() is to be used. ** setTime(dcurr); // date object computeTime(); long time_mil_curr= time; // time in milliseconds best of luck... sandarbh - Orig

Re: Professional JSP 2nd Edition and MVC

2001-05-24 Thread Nevarez, Benjamin
Mmm, I don't know if I already received this message or if this is a new one. But anyway let me answer it... I am not talking about the release or publish date. In chapter one (or maybe two) one of the writers, when talking about the new JSP 1.2 and servlet 2.3 specifications, says something like

signoff JSP-INTEREST

2001-05-24 Thread Mahale, Mahesh
-Original Message- From: Agarwal, Shekhar (MED, TCS America) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 9:44 AM To: [EMAIL PROTECTED] Subject: signoff JSP-INTEREST SHEKHAR AGARWAL(B.TECH) TATA CONSULTANCY SERVICES Email : [EMAIL PROTECTED] Tel: 268-548-2592 (work) 262

simple question...

2001-05-24 Thread Gilson Nascimento D Elrei
hi all, I was wondering to know if somebody have (or know where i can download) a simple sample project that use jsp/servlet/beans/xml together to ilustrate the funcionallity of the MVC model and of all actual java technologies. Nothing complicated, anything like a authenticate user login classes

Re: simple question...

2001-05-24 Thread Nevarez, Benjamin
There is the Petstore J2EE application using JSP, servlets, JavaBeans, EJBs, etc. and of course MVC. But it is not simple. You can find it at java.sun.com/j2ee or java.sun.com/j2ee/blueprints. If this is complicated for you, you can begin reading http://www.javaworld.com/javaworld/jw-12-1999/jw-

can't access servlet from package ??

2001-05-24 Thread sufi malak
Hi, I am strying to access a servlet from a package : http://mil2wwds10/formprocess/servlet/mypackage/MyServlet But it does not work. Thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com ===

Re: apache + tomcat ??

2001-05-24 Thread Schulz Ryan C
Your configuration files must not be set up correctly. If you have the config files set up correctly, apache would send the request to Tomcat. Insure that you have the JSP sitting in the correct directory. The directory you specified in your Tomcat config file. Sorry I can't give you anymore de

Re: Supressing Email Header info...Using Javamail

2001-05-24 Thread Gopi Mandava
Check JavaMail interest mailing list/ their archive: http://archives.java.sun.com/archives/javamail-interest.html >Hi, >I am using Javamail for sending the emails. Problem is mails which are >going out >from my SMTP server contains lots of header information including IP address, >routing info e

Re: Frames and Submit

2001-05-24 Thread Jann VanOver
This is a generic HTML question and is not specific to JSP at all. Include target="_top" on the form being submitted. Like this: Or if your're submitting with Javascript: document.formname.target="_top"; document.formname.submit(); -Original Message- From: Merrill George [mailt

Re: How to prevent IE from cacheing a JSP page

2001-05-24 Thread Daryani Santosh
Try this Create a JSP file cache_buster.jsp <% response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader("Expires", 0); //prevents caching at the proxy server %> Include this JSP in your page Santosh Celeste Has

Re: Custom Tags on WebLogic 6.0

2001-05-24 Thread Hans Bergsten
Abhijeet Surve wrote: > > hi guys > > The problem I are facing is in the implementation of JSP Custom Tags. > > I am using: > > BEA WebLogic Server? 6.0.(Service Pack 1) > > Runtime: JDK 1.3 (e.g., the JDK that comes with WebLogic) > > Our Beans and Java classes are compiled with J

Re: Problems with for loop (!)

2001-05-24 Thread horwat
If you look at the JDK API docs: http://java.sun.com/j2se/1.3/docs/api/index.html You will notice that Integer.valueOf() returns a new Integer object initialized to the value of the specified String. You're attempting to assign an Object to an int and that's why you get the error. What you prob

Re: Custom Tags on WebLogic 6.0

2001-05-24 Thread horwat
Tomcat 4.0 follows the JSP 1.2 specification and does not call setBodyContent(), doInitBody() and doAfterBody() on empty tags (tags with no body). Be careful with spaces, they are considered significant in JSP syntax and constitute a tag body. Justy > This is an area where the JSP 1.1 specifica

Re: Session Listener

2001-05-24 Thread Hans Bergsten
Sylvain Roche wrote: > > Hi, > > I'm working on an online mail application. Everything works fine, but I > have an architectural problem with attachements. In order to read them form > the web page showing the message, I have to record them on the application > server (from the mail server). Then

Re: apache + tomcat ??

2001-05-24 Thread horwat
Try the following: - Compile or get a binary of mod_jserv.so - Put mod_jserv.so in the /libexec directory - Include /tomcat-apache.conf at the end of /conf/httpd.conf - Start Tomcat - Start Apache The Apache-Tomcat configuration How To includes information on what all the configuration directive

signoff JSP-INTEREST

2001-05-24 Thread Sreemushta, Santhosh (c)
-Original Message- From: Mahale, Mahesh [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: signoff JSP-INTEREST -Original Message- From: Agarwal, Shekhar (MED, TCS America) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 9:44 A

Re: Menu object

2001-05-24 Thread Erwin Kodiat
Have a look at Dan Steinman' cross-browser DHTML API (http://www.dansteinman.com) Hopefully it is useful Erwin Kodiat Mitrais Software Development Center Bali, Indonesia Tel: +62 361 755025 Fax: +62 361 755024 http://www.mitrais.com This transmission is for the intended addressee only and is con

Re: Calendar in JSP using a bean

2001-05-24 Thread Rishabh Agarwal
Try http://coldjava.hypermart.net/servlets/calendar.htm Rishabh. -Original Message- From: Dasti, Hassan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 4:42 AM T

Answer to Oracle/SQL date and Java Date question

2001-05-24 Thread Nevarez, Benjamin
I am sorry, I lost the original question e-mail. You need to do something like java.sql.Date d1 = new java.sql.Date(myDate.getTime()); prepStmt.setDate(2, d1); where myDate is java.util.Date and prepStmt is a PreparedStatement. You can also try oracle.sql.Date. Of course you can also do rset.

Re: SQL Instruction to bean

2001-05-24 Thread Jann VanOver
I don't know if it's a GOOD example, but here's some code from a class that I'm working on to do this. See below. -Original Message- From: Jonas Devries [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:00 AM To: [EMAIL PROTECTED] Subject: Hi, I'm trying to make a JSP file th

Re: iPleanet Web Server -- Help Beans talking to Beans

2001-05-24 Thread EJB ForAll
Hi dear, go to G:\docs\Web-inf\classes and then compile your file by following command G:\docs\Web-inf\classes\>javac ./name/NameBean.java and this will compile your file. Regards Deepak Kumar http://www.geocities.com/deepak_38 --- "Dasti, Hassan" <[EMAIL PROTECTED]> wrote: > I am using I