Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Junk values

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Junk values

    Hi,

    I have a application using struts, tiles, hibernate and jstl. In some cases in screen it gives junk values something like this.


    % [16] 1 0 obj 1 endobj 3 0 obj << /Filter /FlateDecode /Length 262 >> stream xUQO +o )fdO6sd1[Z0*{l>�|p~+XӧYE,ψ䟔!~= * N VֶpSV"m÷ "HF_|bdbt]R^*, x_/*a>}YM ]G�:#PVq`){ 7`R׳5TtT YMN,3Jr.TilYߎ^?(oC endstream endobj 4 0 obj << /Type /Font /Subtype /Type1 /Encoding /WinAnsiEncoding /BaseFont /Helvetica >> endobj 5 0 obj << /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] >> /Type /Page /Parent 2 0 R /Contents 3 0 R /MediaBox [0 0 842 1190] /Annots [ ] >> endobj 2 0 obj << /Type /Pages /Count 1 /Kids [ 5 0 R ] >> endobj 6 0 obj << /Pages 2 0 R /Type /Catalog /PageLayout /OneColumn >> endobj 7 0 obj << /Creator /Producer /CreationDate (D:20100907155918+05'30') >> endobj xref 0 8 0000000000 65535 f 0000000024 00000 n 0000000636 00000 n 0000000041 00000 n 0000000375 00000 n 0000000472 00000 n 0000000695 00000 n 0000000767 00000 n trailer << /Info 7 0 R /Root 6 0 R /Size 8 /ID [] >> startxref 1205 %%EOF

    can you please tell me what is this. How to solve this issue.

    Thanks,
    Abhilash Naik
    Attached Files Attached Files


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Junk values

    Sounds like you might want to try setting the response content type and make sure the server you use has content type set to UTF-8.

    // Json

Similar Threads

  1. Able to set, but not get values
    By Simple in forum What's Wrong With My Code?
    Replies: 18
    Last Post: June 23rd, 2010, 04:01 PM
  2. how to compare two set values
    By humdinger in forum Collections and Generics
    Replies: 1
    Last Post: March 13th, 2010, 11:46 AM
  3. Get <SELECT> tag values on other jsp page
    By nehakuls in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: November 18th, 2009, 02:29 AM
  4. How to eliminate Junk charaters from the file...
    By Harry_ in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 10th, 2009, 10:52 AM
  5. Values of Input
    By chronoz13 in forum What's Wrong With My Code?
    Replies: 10
    Last Post: November 8th, 2009, 03:46 AM