Add the following in web.xml
<context-param>
          
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
          <param-value>application.properties</param-value>
        </context-param>
        <context-param>
                
<param-name>javax.servlet.jsp.jstl.fmt.fallbackLocale</param-name>
                <param-value>en</param-value>
        </context-param>

Regards
Isteyaque


On Thu, 24 Feb 2005 00:03:01 -0600, Jason Long
<[EMAIL PROTECTED]> wrote:
> I am attempting to switch from bean:write to jstl fmt.  I need the
> equivalent of the following:
> 
> <bean:write name="pipe" property="size" formatKey="format.decimal.3"/>
> 
> This does not work.
> <fmt:message key="format.decimal.3">
>  <fmt:formatNumber value="${pipe.size}"/>
> </fmt:message>
> 
> I have the fmt set up correctly and it is finding my resource bundle, but my
> syntax is wrong.
> 
> Thank you for your time,
> 
> Jason Long
> CEO and Chief Software Engineer
> BS Physics, MS Chemical Engineering
> http://www.supernovasoftware.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to