Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 66251 invoked from network); 14 Sep 2005 13:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 13:10:10 -0000 Received: (qmail 61316 invoked by uid 500); 14 Sep 2005 13:10:06 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 61294 invoked by uid 500); 14 Sep 2005 13:10:06 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 61281 invoked by uid 99); 14 Sep 2005 13:10:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 06:10:06 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.201.202.138] (HELO depeche-mode.C3tools.com) (66.201.202.138) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 06:10:16 -0700 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Displaying certain characters using bundles X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Wed, 14 Sep 2005 09:08:14 -0400 Message-ID: <2B18AAC266892646A6A8F490CDF54217032717@depeche-mode.c3tools.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Displaying certain characters using bundles thread-index: AcW5LYL9117IoCjWTmy//0qW9yjzOw== From: To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm currently trying to use the following: =20 In my bundle, changePassword is defined in a properties file as follows: menu.changePassword=3DChange Password This renders as: Change Password instead of Change Password... The   was there because the page was previously written in Struts and the space was displayed properly when the Struts was rendered using: =20 My question is the following: is there a way to keep the property as is in the properties file, yet get MyFaces to render the page the space properly or do I have to change the property to: menu.changePassword=3DChange Password ? Thanks a lot, Greg