Re: Applet does not send request to servlet

2007-01-17 Thread Andre Prasetya
i think attachments are disabled... On 1/17/07, Teh Noranis Mohd Aris [EMAIL PROTECTED] wrote: Hi, I already solve the problem of loading my applet in the web browser. Thank you to all. Now, I'm having the problem to send request from the applet to the servlet. Attached is the

Re: Applet does not send request to servlet

2007-01-17 Thread Zack Grafton
I would have to agree with the attachment capability of this mailing list. Zack Andre Prasetya wrote: i think attachments are disabled... On 1/17/07, Teh Noranis Mohd Aris [EMAIL PROTECTED] wrote: Hi, I already solve the problem of loading my applet in the web browser. Thank you to all.

Re: Applet does not send request to servlet

2007-01-17 Thread Teh Noranis Mohd Aris
Hi, I'm sorry, I didn't realize about the attachment capability for this mailing list. However here are the programs that I attached previously. Hope someone can help me out. Thank you. 1. THE SERVLET PROGRAM: package myapp; import javax.servlet.*; import

Re: Applet does not send request to servlet

2007-01-17 Thread Teh Noranis Mohd Aris
Hello, I've been working out the applet program since last night but still could not get it correct. I think that the codeBase variable path that was initialised in the applet program is not correct. I put the LoginApplet.class in C:\jakarta-tomcat-4.1.31\webapps\myapp\applets. It's just a matter

Re: Applet does not send request to servlet

2007-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Teh, Teh Noranis Mohd Aris wrote: I've been working out the applet program since last night but still could not get it correct. I think that the codeBase variable path that was initialised in the applet program is not correct. I put the

Applet does not send request to servlet

2007-01-16 Thread Teh Noranis Mohd Aris
Hi, I already solve the problem of loading my applet in the web browser. Thank you to all. Now, I'm having the problem to send request from the applet to the servlet. Attached is the AppletLogin.java (the servlet which I put in package myapp) and LoginApplet.java (the applet which I put