Re: PRINT UTILITY PROGRAM

2001-03-08 Thread Gowda, Prasad
use the javascript method -- window.print() -Original Message- From: Agarwal, Shekhar (MED, TCS America) [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 12:25 PM To: [EMAIL PROTECTED] Subject: PRINT UTILITY PROGRAM hi i have print button in a jsp,on clicking the

Re: queryString problem

2001-02-28 Thread Gowda, Prasad
Use % String str = request.getQueryString(); if(str == null) out.print("Nothing is passed"); else out.print("Query String = " + str); % -Original Message- From: Preeti [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 2:52 PM To: [EMAIL

Re: difference between variable declared using %! % and % %

2001-02-20 Thread Gowda, Prasad
Variables declared within %! % are instance variables for the servlet generated by the JSP engine and variables declared in % % are automatic variables within the service method. - Prasad - Original Message - From: "Kishor K" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Can anyone tell me how to unsubscribe?

2001-02-06 Thread Gowda, Prasad
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". -Original Message- From: Ganesh MohanRao [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 10:52 AM To: [EMAIL PROTECTED] Subject: Re: Can anyone tell me how to unsubscribe? Ross, I will

Problem running JSP using bean in JRun

2001-02-06 Thread Gowda, Prasad
Hi All, I have a jsp page which uses a bean, it is a simple jsp page which initializes the bean with default values as shown below. jsp:useBean id="bean1" class="test_Bean" scope="page" jsp:setproperty name="bean1" property="Name" value="Joe"/ jsp:setproperty name="bean1" property="Age"

Re: Problem running JSP using bean in JRun

2001-02-06 Thread Gowda, Prasad
From: "Gowda, Prasad" Reply-To: A mailing list about Java Server Pages specification and reference To: [EMAIL PROTECTED] Subject: Problem running JSP using bean in JRun Date: Tue, 6 Feb 2001 16:00:45 -0600 Hi All, I have a jsp page which uses a bean, it is a simple jsp