Hi, when you add the String to the session you have to encode it with java.net.URLEncoder.encode(String s). I think that the plus sign will then remain in the String.
Christian -----Ursprungliche Nachricht----- Von: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]Im Auftrag von $B:YED (B $B9@ (B Gesendet: Montag, 17. Dezember 2001 17:25 An: [EMAIL PROTECTED] Betreff: Cannot get plus mark using getParameter method Hi ! I cannot get a parameter starting with plus(+) sign. I only get a String sequence which replaced plus by space. Someone please tell how to get plus mark. regards, Hiroshi. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
