Re: new to jsp debugging

2001-03-06 Thread dion
Hello Tom, comment is also available in jsp <%-- your comment is here --%> Friday, January 19, 2001, 7:09:09 PM, Tom Simpson wrote: TS> Hi TS> I'm new to JSP and would like to know how you debug TS> I tried using but the jsp page TS> doesn't have the comments. TS> Can some one tell me how t

Re: new to jsp debugging

2001-01-22 Thread maurice coyle
ce coyle [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 5:44 AM > To: [EMAIL PROTECTED] > Subject: Re: new to jsp debugging > > well, here's the way i do it. i'm running java web server on solaris > and if i keep the terminal window from which i started the ser

Re: new to jsp debugging

2001-01-19 Thread Stephen, Prem Kumar
, January 19, 2001 5:44 AM To: [EMAIL PROTECTED] Subject: Re: new to jsp debugging well, here's the way i do it. i'm running java web server on solaris and if i keep the terminal window from which i started the server open, any "System.out.println()" messages in jsps or beans are out

Re: new to jsp debugging

2001-01-19 Thread Peter Pilgrim
erver Pages specification and [EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: new to jsp debugging an other option would be to output it into HTML comments; the JSP-comments are not displayed on the html-source. Best Regards, -- This e-mail may contain confidential a

Re: new to jsp debugging

2001-01-19 Thread maurice coyle
well, here's the way i do it. i'm running java web server on solaris and if i keep the terminal window from which i started the server open, any "System.out.println()" messages in jsps or beans are output to this terminal window. then, it's as simple as writing a few such lines in your jsp and f

Re: new to jsp debugging

2001-01-19 Thread Adrian Papari
MAIL PROTECTED]]On Behalf Of Tom Simpson Sent: Friday, January 19, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: new to jsp debugging Hi I'm new to JSP and would like to know how you debug I tried using but the jsp page doesn't have the comments. Can some one tell me how they debug is jsp

Re: new to jsp debugging

2001-01-19 Thread G.Nagarajan
D]]On Behalf Of Tom Simpson Sent: Friday, January 19, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: new to jsp debugging Hi I'm new to JSP and would like to know how you debug I tried using but the jsp page doesn't have the comments. Can some one tell me how they debug is jsp this will

Re: new to jsp debugging

2001-01-19 Thread Manish Vohra
also printed on the console. hope this works for u manish -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Simpson Sent: Friday, January 19, 2001 5:39 PM To: [EMAIL PROTECTED] Subject: new to jsp debugging

new to jsp debugging

2001-01-19 Thread Tom Simpson
Hi I'm new to JSP and would like to know how you debug I tried using but the jsp page doesn't have the comments. Can some one tell me how they debug is jsp this will help me know if it is the jsp or the bean i'm using (i mean trying to use) any response would help my backgroud is c++ HTML