Re: IBM HTTP SERVER and JSP

2002-05-27 Thread Daniel Bergenhus
Sorry ! looks like a word was missing.(to). Yes, you have to use an external servlet engine. - Original Message - From: "Daniel Bergenhus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 9:41 AM Subject: Re: IBM HTTP SERVER and JSP

Re: IBM HTTP SERVER and JSP

2002-05-27 Thread Daniel Bergenhus
Yes, you have use an external servlet engine. - Original Message - From: "M Sankar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 7:33 AM Subject: IBM HTTP SERVER and JSP > Hi, > > How can I deploy JSP on IBM HTTP Server installed on an AIX box? There > is no

Off topic !

2002-03-13 Thread Daniel Bergenhus
I need to know how to invoke a stored procedure from a trigger in IBM DB2 v7.1 Like to se a syntax example ! Daniel ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PR

Re: Pronounciation?

2001-08-01 Thread Daniel Bergenhus
Are u for real ?   LOL   :) - Original Message - From: DuocChua To: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 6:01 AM Subject: Pronounciation? Hi All ! I'm a new "Asia-located" member of this forum and of JSP, as well. So I wonder how these follow

Re: OFF TOPIC: JAVA.SUN.COM

2001-08-01 Thread Daniel Bergenhus
Yes, they seam to be down ! And i don´t know whats going on. //Daniel - Original Message - From: "Marc J. Boerma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 10:33 AM Subject: OFF TOPIC: JAVA.SUN.COM > Does anyone experience problems going to java.s

Re: Form processing

2001-06-13 Thread Daniel Bergenhus
Put in the Session Object then. and check it how many times u want, the process it. :) Daniel - Original Message - From: "Hoorn, Michiel van" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 10:48 AM Subject: Re: Form processing > And what if i set my JavaSc

Re: Form processing

2001-06-13 Thread Daniel Bergenhus
Use a Javascript to validate the form. like this In the head function checkForm() { if (document.forms[0].firstname.value==''){ alert('Please complete the form.'); }else document.forms[0].submit(); } In the body reg Daniel - Original Message - From: "Sanjib B

Re: submit from more than a page ?

2001-06-06 Thread Daniel Bergenhus
Well i guess u could do alot of things. Put all the values i SESSION,or save them in a "textfile" or in a "database", I would stuff them in a Vector and then put the Vector in SESSION, that way is would be easy to change a value if so needed. reg Daniel - Original Message - From: "s

Re: error in getRemoteAddress() method

2001-05-21 Thread Daniel Bergenhus
Try request.getRemoteAddr(); Reg Daniel - Original Message - From: "bipin sabhani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 3:03 PM Subject: error in getRemoteAddress() method > Hi! > > I want to retrieve IP address of client. > so i write code as below >