Re: Why did the bean not invoked?

2000-10-12 Thread mNm
: "Chandhan Rangarajan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 12, 2000 8:48 AM Subject: Re: Why did the bean not invoked? Hi mNm I am having a problem exactly similar to yours... Pls let me know if u find a solution to this. Thanks -Original Message-

Re: Why did the bean not invoked?

2000-10-12 Thread Veronique Dupierris
Pls let me know if u find a solution to this. Thanks -Original Message- From: mNm [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 2:00 AM To: [EMAIL PROTECTED] Subject: Re: Why did the bean not invoked? Hi, Thanks. "\n" is perfect. For th

Re: Why did the bean not invoked?

2000-10-11 Thread Sachin S. Khanna
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 11, 2000 12:52 PM Subject: Re: Why did the bean not invoked? Which browser are you using? I am developing a mail utility as well and Netscape 4.x refuses to show my sendmail page. I have not debugged the problem yet, but everything

Re: Why did the bean not invoked?

2000-10-11 Thread Sachin S. Khanna
] To: [EMAIL PROTECTED] Sent: Tuesday, October 10, 2000 10:47 PM Subject: Why did the bean not invoked? Hi, I don't know why did the the bean not invoked? When it refers to sendmail.jsp, there's nothing shown on the page. There should be a message that indicate whether the sending successful. Please

Re: Why did the bean not invoked?

2000-10-11 Thread mNm
I'm using IE 5.0 - Original Message - From: "JSPInsider" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 11, 2000 3:22 PM Subject: Re: Why did the bean not invoked? Which browser are you using? I am developing a mail utility as well and Netscape 4.x refus

Re: Why did the bean not invoked?

2000-10-11 Thread mNm
I'm really stuck on this, I did whatever I could but still couldn't solve the problem Please help me on this. I really don't know why did the bean not invoked. I tried to remove the Bean JSP code, then I can see the HTML contents. But, if I put on the Bean JSP code back, I can't see the HTML

Re: Why did the bean not invoked?

2000-10-11 Thread shravan
TED] Date: Wednesday, October 11, 2000 5:03 PM Subject: Re: Why did the bean not invoked? I'm really stuck on this, I did whatever I could but still couldn't solve the problem Please help me on this. I really don't know why did the bean not invoked. I tried to remove the Bean JSP code, then I can s

Re: Why did the bean not invoked?

2000-10-11 Thread mNm
tober 12, 2000 12:16 AM Subject: Re: Why did the bean not invoked? to move the text to next line use "\n" example String str = "Hello\nWorld"; this will print as Hello World comming to your bean invocation from jsp, check if is available in the classpath or

Re: Why did the bean not invoked?

2000-10-11 Thread Chandhan Rangarajan
Hi mNm I am having a problem exactly similar to yours... Pls let me know if u find a solution to this. Thanks -Original Message- From: mNm [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 2:00 AM To: [EMAIL PROTECTED] Subject:Re: Why did the bean not invoked

Why did the bean not invoked?

2000-10-10 Thread mNm
Hi, I don't know why did the the bean not invoked? When it refers to sendmail.jsp, there's nothing shown on the page. There should be a message that indicate whether the sending successful. Please see my code below. Did I miss out something? page name sendmail.jsp html body jsp:useBean

Re: Why did the bean not invoked?

2000-10-10 Thread Mike Micucci
notice from your paste that you forgot a { after the if. Dunno if that's really there or not... Ciao! -Original Message- From: mNm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 11:18 AM To: [EMAIL PROTECTED] Subject: Why did the bean not invoked? Hi, I don't know why did

Re: Why did the bean not invoked?

2000-10-10 Thread mNm
Message - From: "Mike Micucci" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 11, 2000 1:51 AM Subject: Re: Why did the bean not invoked? Heya, If you can get to your servlet container (i.e. Tomcat) log files, they can tell you a lot more (I use Tomcat). I'd get

Re: Why did the bean not invoked?

2000-10-10 Thread JSPInsider
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 10, 2000 10:51 AM Subject: Re: Why did the bean not invoked? Heya, If you can get to your servlet container (i.e. Tomcat) log files, they can tell you a lot more (I use Tomcat). I'd get some blank pages, but really the bean didn't execut