aspose file tools
The moose likes Servlets and the fly likes handle special characters from text area using Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "handle special characters from text area using " Watch "handle special characters from text area using " New topic
Author

handle special characters from text area using

Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I'm trying to use request.getParameter("TEXTAREANAME") when sending a request from a form via a JSP. But I get unexpected results when entering characters(i.e. ') in that text field. I understand I may have to attach a backslash to specify this character is literal(i.e \'). Is there anyway I can have this special characters tagged with the (\) or will I have to manually add this using String buffers replace method?
Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I think this is an SQL problem because I'm trying to do an insert into a database. How do I insert a string of text that contains the character ' in it when the format of Insert uses ' as a delimeter?
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

I think if you use a PreparedStatetment the driver will handle this invisibly under the covers.

Dave.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: handle special characters from text area using
 
Similar Threads
Special Characters showing up when viewed in different editors and deployed
Javascript help needed
Problem Whit Special Characters on server side
Problem with special characters (POI, jXLS)
Editing Special Character