unsubscribe

2002-12-04 Thread shivaraj
JSP-INTEREST Digest - 3 Dec 2002 to 4 Dec 2002 (#2002-336) ==To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant

web services

2002-07-25 Thread shivaraj
ErrInfoText=E_fatalError (10500) Serious technical error has occurred while processing the request. Attribute bus inessKey is required and must be specified for element type businessEntity. TIA Regards, Shivaraj B I ... NetGalactic

Web services

2002-07-23 Thread shivaraj
) at com.ibm.wstk.service.definition.soap.SOAPServiceDefinition.init(SOAPServiceDefinition.java:67) at com.ibm.samples.nasdaqQuotes.NasdaqQuotesDeploy.main(NasdaqQuotesDeploy.java:54) TIA Regards, Shivaraj B I ... NetGalactic Internet Solutions Pvt

Re: possible idiot question

2001-09-24 Thread shivaraj
In both classes u have to declare the package to which that class belong. That may solve u r problem. happy coding - Original Message - From: Ewan Taylor To: [EMAIL PROTECTED] Sent: Monday, September 24, 2001 4:27 PM Subject: possible idiot question i am

Re: possible idiot question

2001-09-24 Thread shivaraj
(title); }} *** once again thanks to anyone who is willing to assist me... ewan taylor -Original Message-From: shivaraj [mailto:[EMAIL PROTECTED]]Sent: 24 September 2001 12:21To: [EMAIL PROTECTED

Re: possible idiot question

2001-09-24 Thread shivaraj
this tally with my package declaration? i am unclear as to where the classpath is defined, and what it should contain... (any suggestions?) there will be many more classes within this pakage by the time i have finished this section of the tut. thanks again shivaraj cheers

Sending mail using webserver

2001-07-25 Thread shivaraj
Shivaraj B I . NetGalactic Internet Solutions Pvt. Ltd. 13, Green Leaf Layout, 80 Feet Peripheral Road, 4th Block, Kormangala,=20 Bangalore- 560 034, India Tel: 91-80-5522996 / 5520371 Ext: 252 www.netgalactic.com

Re: Response Send Redirect problem

2001-07-25 Thread shivaraj
any redirection (or any header settings for that matter) that is to be done it should be done before printing out anything. Or u have to buffer the whole page. I am not sure whether the latter one will work? Check it out. You cannot print out anything before redirection All the best, Shivaraj

Re: Cache

2001-07-21 Thread shivaraj
What u can do is to set the header for no caching -- response.setHeader(Cache-Control, no-cache); response.setHeader(Pragma, no-cache); and also check u r browser settings or u just initialize the customer number to null in the beginning in jsp page - Original Message - From: M Sankar