You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ro...@hydro.qc.ca on 2002/10/17 17:37:28 UTC

formatkey

We are attempting to define a phone.key format of ###-####  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?
 

Thank you