JavaWebServer unable to find the Bean class specified in tag

2000-09-08 Thread Uday Prajapati
When the JSP is loaded the WebServer tries to make the java file out of it. While doing so it is unable to locate the bean class specified in the page. Surely its some configuration issue... Any help is welcome. === To un

Re: How to Convert Array into String

2000-09-08 Thread Uday Prajapati
I think even if there would have been a method, it would have internally gone into loop to do so -Original Message- From: Kanojia Jogesh [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 11:44 PM To: [EMAIL PROTECTED] Subject: How to Convert Array into String Hi there I hav

Re: Problem with if statement

2000-09-08 Thread Uday Prajapati
there might be some extra non-printable characters in the key -Original Message- From: maurice coyle [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 1:12 AM To: [EMAIL PROTECTED] Subject: Re: Problem with if statement maybe you should try if(key.equalsIgnoreCase("AT"){ ...

Re: how to write comma delimited string which already contains co mma in some data?

2000-09-20 Thread Uday Prajapati
Try out.println("\"+lname + "," + fname + "\"," + SSN + "," + PHONE + "," + EMAIL ); -Original Message- From: hua ge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 7:52 PM To: [EMAIL PROTECTED] Subject: how to wri

Re: Display data in editable mode

2000-09-20 Thread Uday Prajapati
Use Textfields in the cells of the table -Original Message- From: Raj S [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 10:59 PM To: [EMAIL PROTECTED] Subject: Display data in editable mode Hi, How can display data in editable mode?I have a table,where at the end of e

Re: Constuctor overloading in Java Bean

2000-09-25 Thread Uday Prajapati
The no argument will be called... -Original Message- From: Pranav Bansal [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 10:40 PM To: [EMAIL PROTECTED] Subject: Constuctor overloading in Java Bean Hi all, Is it possible to do the Constructor Overloading in A Java B

Re: problem in using out.println in method

2001-02-05 Thread Uday Prajapati
you need to pass 'out' as a parameter to the method -Original Message- From: Wayne Lian [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 8:59 PM To: [EMAIL PROTECTED] Subject: problem in using out.println in method Hi, I had declared a public method in a JSP page and that

Need to know when session gets timed out/invlidated

2001-02-15 Thread Uday Prajapati
Hi, I need to make some database calls when the session gets timed out or invalidated. How can I detect when the session gets timed out or invalidated? Thanx Uday === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo

Re: JSP + weblogic

2001-03-30 Thread Uday Prajapati
Hi, Look for the following section in the weblogic.properties file The compileCommand specidfied for 'weblogic.httpd.initArgs.*.jsp' should specify the path of javac. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # WEBLOGIC JSP PROPERTIES # --