Problem accessing a java file from a jsp file.

2000-05-31 Thread ganesh
Hi there.. My requirement is to capture some information from a page and validate it. The flow is that I call the .jsp file in the browser and this has to call the .java file to validate.Then pass control to another .java file which will write the contents as a .html file into a file system. My

Re: Problem accessing a java file from a jsp file.

2000-05-31 Thread Vinod Govindan
Hi THERE ganesh! I think you might have a problem of server not finding the java class! Try finding out if the class is being found. Make sure you have the class files in the right directory so that the server can pick it up! GIve us details of what your sever is...! And where you have placed

Re: Problem accessing a java file from a jsp file.

2000-05-31 Thread Fernando Ribeiro
To: [EMAIL PROTECTED] Sent: Wednesday, May 31, 2000 6:30 AM Subject: Problem accessing a java file from a jsp file. Hi there.. My requirement is to capture some information from a page and validate it. The flow is that I call the .jsp file in the browser and this has to call the