write a simple method which will convert " to \" and it will work.
guru -----Original Message----- From: Purav [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 04:29 To: [EMAIL PROTECTED] Subject: Problem with double quotes Hi Guys, How do I handle double quotes in my application. Suppose you have a textbox for accepting the Full Name of the user, and the user enters Purav " Parekh, then while retrieving the value from the database, the text displayed in the textbox is only Purav as the double quotes end the html tag. IIS automatically converts double quotes to " , but not apache. How do I take care of this. Is there any setting in the webserver or do I have to handle this thru code. Please Help Purav ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
