Re: "+" sign in query not working

2002-08-12 Thread Kesavanarayanan, Ramesh (Cognizant)
even then donot try to use request.sendRedirect. try to use RequestDispatcher.forward("jsp page"); If you are using sendRedirect it creates overhead if that called page redirects again to calling page.Its like looping back. Also when ever you are using redirect try to use URLEncoder and then send

Re: "+" sign in query not working

2002-08-12 Thread Vaishali S. Pandya
THANK YOU VERY MUCH IT'S WORKING NOW THIS IS IN REPORT.JSP - function myreport(){ qry='select emp_employee_no,emp_blood_group from hrm_employee_mas where emp_blood_group in("O+")'; document.frm1.finalqry.value=qry; document.frm1.ta

A Message you sent has not been delivered

2002-08-12 Thread Vaishali S. Pandya
What to do with this it comes every time i tried to send a msg to [EMAIL PROTECTED] it comes back - Forwarded by Vaishali Shah/NARODA/RIL on 08/13/02 10:57 AM - mailadmin@neoris. com To: [EMAIL PROTECTED]

Re: "+" sign in query not working

2002-08-12 Thread Vaishali S. Pandya
from report.jsp I sendRedirect("crrep.jsp") in crrep,jsp I try to getParameter("finalqry") finalqry is a hidden field in report.jsp here the problem is full finalqry it shows in URL [crrep.jsp?(HERE)] I DON'T KNOW WHY THIS HAPPENING I don't pass it with crrep.jsp?.. and the problem I think is

Re: html to rtf/pdf using java

2002-08-12 Thread Vikramjit Singh
> > - Original Message - > > From: "Siddareddy Yanamala" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, August 12, 2002 3:32 AM > > Subject: html to rtf/pdf using java > > > > > > Hi All.., > > > > Any body have any idea of converting an html file to pdf or > > r

Re: html to rtf/pdf using java

2002-08-12 Thread Jayson Falkner
You can also check out the Multi-Client Framework - http://www.jspinsider.com/jspkit/mct.jsp It is a simple set of JSP custom tags which translate content in to different formats such as HTML, RTF, and PDF. Right now it uses IText for PDF/RTF. You would still have to convert your HTML to the JSP

Re: need help to establish connection

2002-08-12 Thread Martin Gainty
Send and receive Hotmail on your mobile device: Click Here === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevan

need help to establish connection

2002-08-12 Thread Web Master
Hi, I want to make a connection between two clients through a server.This application I am making in java socketprogramming.i have got connection between client and server. But now i want to get connection between two clients through server. How can i send two different host to its addresses t

Re: Pls Help

2002-08-12 Thread Bhiogade, Mittal S (SUPP)
No, see if u Use JMS , JMS server will be configured on ur App Server, one of ur java program will send the message to the JMS Server (Queue or Topic), then u can use Message Driven Bean to connect to other server retrive the data, all the code resides on ur server (which i assume is J2EE implemen

Re: Pls Help

2002-08-12 Thread Richard Yee
If that is the case, then look at SOAP. Regards, Richard At 05:25 PM 8/12/2002 +0200, you wrote: >YES have considered that model... but the place we >need to connect to NEED NOT be Java based... could be >any other technology. They would not understand if we >send a JMS message! Based on some p

Re: Pls Help

2002-08-12 Thread Emmanuel Eze
YES have considered that model... but the place we need to connect to NEED NOT be Java based... could be any other technology. They would not understand if we send a JMS message! Based on some parameters that we need to send about the client, they will return the required data -Original Messa

Re: Pls Help

2002-08-12 Thread Bhiogade, Mittal S (SUPP)
Hi, >From your question it seems you need to collect some information outside your architecture as soon as User Logs In ( I am assuming that is your application), if this is the Case then go for Java Messaging Service (JMS) asynchronous Model, it will definitely solve your purpose. Regards, Mitt

Pls Help

2002-08-12 Thread Emmanuel Eze
Hi All: We need to implement an asynchronous connection to an application which resides outside of our architecture (another organization) and need to maintain that connection forever. We need to have this connection open all the time as important data about clients logging in would reside in th

Re: DBF 1,471 08

2002-08-12 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)
> File attachment: bytes.scr Unknown command - "FILE". Try HELP. > The file attached to this email was removed because files of this type are not accepted for delivery by your email gateway. Unknown command - "THE". Try HELP. > The file attached to this email was removed because files of this ty

Re: html to rtf/pdf using java

2002-08-12 Thread Marcelo Mendes Fernandes
Hi Yanamala, Try the "iText" that make your request. It is a Open Source Project and can be found in http://www.lowagie.com/iText/ It Work with PDF, RTF, ..., and very much. []; - Original Message - From: "Siddareddy Yanamala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Au

Re: what is this happening?

2002-08-12 Thread David Marquis
I'm also new to this list and I, too, got the same problem when posting my first message. It seams that it is most likely inevitable, and this is the price to use this list. I simply delete all those auto-reply messages when I receive them. David -Original Message- From: A mailing list a

Re: Java objets in oracle

2002-08-12 Thread Campano, Troy
You can store the data as a BLOB (Binary Long OBject, or the source as a CLOB (Character Long OBject). There is also another option known as a BFILE that stores a pointer, but I usually go with the other two. This is a great book with examples on how to do it: http://shop.osborne.com/cgi-bin/ora

Re: "+" sign in query not working

2002-08-12 Thread sreenath.v
i am sorry that i send a mil to this list infact i wanyted to send to vaishali ! i am really sorry ! - Original Message - From: "Vaishali S. Pandya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 5:06 PM Subject: "+" sign in query not working > hi friends > i h

Re: "+" sign in query not working

2002-08-12 Thread sreenath.v
madam if u are using ORACLE then i hope u have gone MAD thats all as i tried in oracle its working fine and u are telling its not ! create table blood ( id varchar2(3) ) insert into blood values('A+') insert into blood values('A-') select * from blood where id = 'A+' select * from bl

Re: "+" sign in query not working

2002-08-12 Thread Vikramjit Singh
lol nice reply. Regards, Vikramjit Singh, GTL Ltd. Ph. 7612929-1059 > -Original Message- > From: sreenath.v [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 5:20 AM > To: [EMAIL PROTECTED] > Subject: Re: "+" sign in query not working > > > hoy madam where were u for long time

Re: "+" sign in query not working

2002-08-12 Thread sreenath.v
hoy madam where were u for long time ! i had asked u to send me th treatment for back pain ! can u send it to me ! - Original Message - From: "Vaishali S. Pandya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 5:06 PM Subject: "+" sign in query not working >

what is this happening?

2002-08-12 Thread Vaishali S. Pandya
oh god!!! what is this? i got more than 10 auto replies and 1 domaine change message i think if u r going out of office u should unsubscribe from this list and can subscribe again after coming back sorry but why all should suffer only becs of u? ===

"+" sign in query not working

2002-08-12 Thread Vaishali S. Pandya
hi friends i have a trouble in my query Select * from EM Where blood_grp = "O-" it gives me proper output all rows having blood group "O-" but blood_grp="O+" is not working. same for "A-", "B-" and "AB-" is working fine and "A+", "B+" and "AB+" is not working at all and returns zero number of r

Re: Java objets in oracle

2002-08-12 Thread Adrian Janssen
Earth to Steven Anyway, to answer Joshy's question in the absence of Stevens lucidity. I believe it is possible. What you would need to do though, is serialize the object first to a byte stream and then write this to a BLOB-type field in your DB. I have not done personally done this in JSP (

error when starting Tomcat

2002-08-12 Thread Shahata, Ash
Hi all, I've just installed tomcat on Linux Suse and I received this error when starting/shutting down: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:org/xml/sax/HandlerBase I've setup java_home, catalina_home, and catalina_base... any idea what is this org/xml/sax/H