This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes servlets - decoding string 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 "servlets - decoding string" Watch "servlets - decoding string" New topic
Author

servlets - decoding string

sumit vashishta
Greenhorn

Joined: Jun 14, 2001
Posts: 15
I am able to encode the string in first servlet but unable to
decode it in another servlet.
Even if I import java.net it throws exception that URLDecoder class not found.
can't find the reason for this.
I am using javawebserver.
Is there any other method to decode.??
thanks in advance.
[This message has been edited by sumit vashishta (edited June 14, 2001).]
[This message has been edited by sumit vashishta (edited June 14, 2001).]
 
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: servlets - decoding string
 
Similar Threads
Math.random() & .round() question from RHE
No inner class can have a static Member?
servlet to servlet
pop-up window runtime errors
Zero fill right shift ">>>"