> Hello,
> 
> I need some help here!
> 
> I am using the latest JSTL library package from this month, October.
> 
> 
> I have the following piece of .JSP code:
> 
> <tr>
>   <fmt:message key="rptFIN_TaxPaymentDetail"  
>bundle="${applicationScope.rptHeadings}" />
> </tr>
> 
> <tr>
>    <div id="HeaderText1"><fmt:message  key="${param.rptHeadingKey}"  
>bundle="${applicationScope.rptHeadings}" /></div>
> </tr>
> 
> I'm using a .properties file, which is under my WEB-INF/class directory
> The problem I have is:
> 
> The first <tr> set prints the value of the key right.
> Lamentably the second <tr> set DOES NOT.  I get the key name printed out, surrounded 
>by ???
> 
> This is the output for both lines (the first one is correct):
> tax payment detail 
> ??? rptFIN_TaxPaymentDetail???
> 
> I wonder why this  fmt:bundle  tag evaluates the attribute "bundle" OK but not the 
>"key" one.
> It seems like a bug to me.  Any input would be appreciated.
> 
> Gisella
> 
> 

--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to