I try follow step
1 add  portal pages (name is chinese word)  XX
2 in this page   , add portlet to show  renderurl
3 the code  
 rResponse.setContentType("text/html; charset=big5");
 
       PrintWriter writer = rResponse.getWriter();
     PortletURL rurl=rResponse.createRenderURL();
        writer.write("<a id=\"adminPanel\" href=\"" +  rurl.toString() + "\">"
                       + "test" + "");
the page show  url  (chinese  word (xx)) became  error code 

help me  how to show  correctly chinese code in renderURL for portal pages name 
(chinese word)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924956#3924956

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924956


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to