Re: Send Mail Example

2000-12-08 Thread Marcel van Kooy
Hi all, Does anyone know how you can send mail to two or more users?? In the following code only one email address is mentioned. Thanx Regards, Marcel van Kooy > -Oorspronkelijk bericht- > Van: Marin Velikov [SMTP:[EMAIL PROTECTED]] > Verzonden:dinsdag 14 november 2000 9

Re: Content Provider

2000-11-15 Thread Marcel van Kooy
Hi Wissam, Try www.mycgiserver.com Success!!! Regards, Marcel van Kooy > -Oorspronkelijk bericht- > Van: wissam khater [SMTP:[EMAIL PROTECTED]] > Verzonden:woensdag 15 november 2000 9:38 > Aan: [EMAIL PROTECTED] > Onderwerp:Content Provider > > Hi, &

Re: Where to download free Servlet Runner for MS W2K

2000-11-01 Thread Marcel van Kooy
Free download of Unify's ServletExec (JSP Engine), also for Win2000. http://www.unifyewave.com/servletexec/index.htm Regards, > -Oorspronkelijk bericht- > Van: JEANCHG [SMTP:[EMAIL PROTECTED]] > Verzonden:woensdag 1 november 2000 10:28 > Aan: [EMAIL PROTECTED] > Onderwerp:Wher

Re: Where to download JSP Engine for MS Windows 2000??

2000-10-31 Thread Marcel van Kooy
Hi, You can free download Unify's ServletExec. A JSP Engine for Windows 2000/NT/98 and other platforms. http://www.unifyewave.com/servletexec/index.htm Regards, + | Marcel van Kooy | Java-progr

Free JSP Host Providers

2000-10-26 Thread Marcel van Kooy
Hi all, Does anybody know a free host provider that hosts JSP? Thanx. Regards, Marcel === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: ht

Re: Running JSP Demos

2000-10-24 Thread Marcel van Kooy
Hi Alan, When I only remove the '<' at the beginning of the following line, then this JSP page is working with me. Regards, Marcel van Kooy > -Oorspronkelijk bericht- > Van: Scott Evans [SMTP:[EMAIL PROTECTED]] > Verzonden:dinsdag 24 oktober 2000 14:44 &g

Shopping Cart

2000-10-02 Thread Marcel van Kooy
> Hi all, > > I'm looking for a Shopping Cart system, written in Java and JSP. > Does anyone has an example or knows where I can find this? In the most > JSP sites I couldn't find it. > > Thanx already!

Shopping Cart

2000-10-02 Thread Marcel van Kooy
Hi all, I'm looking for a Shopping Cart system, written in Java and JSP. Does anyone has an example or knows where I can find this? In the most JSP sites I couldn't find it. Thanx already! Regards, Marcel van Kooy

Re: Parameters between two JSP files

2000-08-08 Thread Marcel van Kooy
ram = request.getParameter("param2"); > > %> > or directly in a Bean wich have a serFirstParam method > /> > > > Regards > Veronique > > Marcel van Kooy a écrit : > > > Hi all, > > > > In one JSP file I refer to another JSP

in JSP: Call a method of a Bean when button is clicked

2000-08-08 Thread Marcel van Kooy
Hi all, Can please somebody help me with the following problem? I want to call a method of a JavaBean when a button is clicked. What is the syntax of this? The following code I made is not working: TD VALIGN=TOP WIDTH=102> ; Best regards, Marcel van K

Parameters between two JSP files

2000-08-08 Thread Marcel van Kooy
parameters from another file? etcetera Best regards, Marcel van Kooy === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://ja

Re: Variables possible in subquery using JDBC classes in a JavaBe an?

2000-08-07 Thread Marcel van Kooy
Hi Oleg and Malini, Thanx for your solutions. I tried them and it is working now. Best regards, Marcel > Monday, August 07, 2000, 1:59:18 AM, you wrote: > > MvK> When I use queries in a JavaBean, using JDBC classes and > interfaces, to > MvK> get data from the database, there is no problem. H

Variables possible in subquery using JDBC classes in a JavaBean?

2000-08-07 Thread Marcel van Kooy
replace "Voorstellingcode = 1" by "Voorstellingcode = var". What is the syntax of that?? ("SELECT Count(Stoel.Rijnummer) AS cinr FROM Stoel GROUP BY Stoel.Rijnummer, Stoel.Zaalcode HAVING Stoel.Zaalcode IN (SELECT Zaalcode FROM Voorstelling WHERE Voorstellingcode = 1)&quo

Connection to a database - failure

2000-07-31 Thread Marcel van Kooy
Hi all, Can somebody please help me with this problem. When I compile this source-code, for making a connection to a database, I'll receive the error "type expected" in the first TRY-statement. How can I solve this and what does it mean? Thanks, Marcel van Kooy import java.sql.*

JSP examples on the net

2000-07-27 Thread Marcel van Kooy
Hi, Does anybody knows an url which contains a lot of JSP examples? Regards, Marcel van Kooy === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets ca