aspose file tools
The moose likes Servlets and the fly likes Truncated Strings in PrintWriter println Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Truncated Strings in PrintWriter println " Watch "Truncated Strings in PrintWriter println " New topic
Author

Truncated Strings in PrintWriter println

Greg Neef
Ranch Hand

Joined: Jun 16, 2003
Posts: 82
When I have a string with a blank in it, I am only getting the last part of the s.toString() returned to the browser. I am guessing I have to do something creative with quotes to resolve this problem but it is not jumping out at me.


SCJP 1.4
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12269
    
    1
HTML attributes should be enclosed in quotes to avoid ambiguity and strange results.

Should be (if I got them all):

For years browsers have let you get away with no quotes but all new code should stick to strict XHTML standards.
Bill


Java Resources at www.wbrogden.com
Greg Neef
Ranch Hand

Joined: Jun 16, 2003
Posts: 82
That gets it. Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Truncated Strings in PrintWriter println
 
Similar Threads
About create a session!
org.apache.jasper.JasperException: java.lang.ArrayIndexOutOfBoundsException: 8
Servlet becomming slow
UrlRewriting+servlets -Error
passing hidden forms problem