Hi Thomas-

I must've missed the registering and loading of your resource bundle in which 
case you'll need to
Register the resource bundle
http://java.sun.com/javaee/5/docs/tutorial/doc/JSFConfigure5.html#wp1004714
then load the bundle
http://java.sun.com/javaee/5/docs/tutorial/doc/JSFPage6.html#wp137799

HTH
M-
--------------------------------------------------------------------------- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------------- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
----- Original Message ----- 
From: "Hehl, Thomas" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Tuesday, December 12, 2006 9:59 AM
Subject: Missing message


> I'm lost, frustrated, and reaching out for help.
> 
> When I get my JSP in my browser it contains the following in the heading:
> 
> ???message.excuseQuestions.title??? 
> 
> So I check my messages.properties file and found the following line:
> 
> # -- screen messages
> message.excuseQuestions.title=Grounds for Requesting Excuse
> 
> I just coded this up and can't get it to work. I've successfully coded other
> messages and have not had problems like this. The messages.properties file
> is in the /classes/resources. The only other wrinkle I can think of is that
> we're also using Spring for the front end.
> 
> Here is the JSP code:
> 
>  <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5">
> <TR>
>   <TD BACKGROUND="../../images/design/home_title_bg.gif"
> ALIGN="CENTER" VALIGN="MIDDLE" height="68">
> <span class="hugeBold">
>        <fmt:message key="${RadioWithRemarks.title}"/>
> </span>
> &nbsp;
>   </TD>
> </TR>
>  </TABLE>
> 
> And the resolved stuff:
> 
>  <TABLE WIDTH="95%" BORDER="0" CELLSPACING="0" CELLPADDING="5">
> <TR>
>   <TD BACKGROUND="../../images/design/home_title_bg.gif"
> ALIGN="CENTER" VALIGN="MIDDLE" height="68">
> <span class="hugeBold">
>        ???message.excuseQuestions.title???
> </span>
> &nbsp;
>   </TD>
> </TR>
>  </TABLE>
> 
> Any ideas?
> 
> Thanks.
> 
> Thom Hehl
> Software Engineer, Juror Solutions
> * Office (859) 277-8800 x 144
> * Cell (419) 788-0642
> * [EMAIL PROTECTED]
> 
> ACS, Inc.
> Government Solutions
> 1733 Harrodsburg Road
> Lexington, KY 40504-3617
> 
> This e-mail message, including any attachments, is for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information.  Any unauthorized review, use, disclosure or distribution is
> prohibited.  If you are not the intended recipient, please contact the
> sender by reply e-mail and destroy all copies of the original message and
> notify sender via e-mail at [EMAIL PROTECTED] or by telephone at
> 859-277-8800 ext. 144.  Thank you.
> 
> 
>

Reply via email to