File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes c:url c:param encoding 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 » JSP
Reply Bookmark "c:url c:param encoding" Watch "c:url c:param encoding" New topic
Author

c:url c:param encoding

Stary Kapec
Ranch Hand

Joined: Dec 04, 2005
Posts: 81
Hi,

Why the above code snippet badly displays url by not properly handling non-english characters?. I have set pageEncoding on utf-8
[ December 28, 2006: Message edited by: Jasiek Motyka ]
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
What do you mean by "not properly handling non-english characters"?
Can you give an example of what you want vs what it gives you?

At a guess, I would say that the <c:url> tag is using the URLEncoder so that the non-english characters can be sent correctly over HTTP.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: c:url c:param encoding
 
Similar Threads
Regarding jsp quote symbol error
Regarding passing parameters in jsp
c:url and encodeURL()
passing Dynamic parameters in <a href> tag
Hyperlink