You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Galbreath, Mark" <Ga...@tessco.com> on 2002/08/28 20:51:46 UTC

bean formatKey issue

We are attempting to define a phone.key format of ### - ### - ####  (white
space inserted to see hyphens) for use with
 
  <bean:write name="blah" property="blahblah" formatKey="phone.key" />
 
We are using formats like
 
  dollar.format=$###,###,##0.00
  decimal.format=###,###,##0.00
 
successfully but for some reason the phone.key isn't working.  Any clues?
 
 
Mark