1 Reply Latest reply on Feb 21, 2006 1:04 AM by kevnlin

    add  portal pages (name is chinese word)

      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)