CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    problem with urldecoder

    when i am sending a string from an applet in an urlencoded format the server
    is recieving that string but when i am trying to decode that string with
    urldecoder it is not decoding that string and it is returning null string.
    So my question is will the servlets supports urldecoder function if so please
    help me out


  2. #2
    Join Date
    Aug 2000
    Posts
    11

    Re: problem with urldecoder

    u need not use url decoder to decode the string that is automatically done
    in the servlet request for parameter.please check ur code whether u are
    requesting the correct parameter or not


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured