Re: format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Brian Styles
thanks again for all your help on this Kris! Invaluable! From: Kris Schneider <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: format tag in bean:write - was :RE: Handling Mi

Re: format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Kris Schneider
he types I might need that I can just copy into the resource bundle? > > > >From: Kris Schneider <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: Struts Users Mailing List <[EMAIL PROTECTED]> > >Subjec

Re: format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Brian Styles
Users Mailing List <[EMAIL PROTECTED]> Subject: Re: format tag in bean:write - was :RE: Handling Missing Message Key Date: Thu, 8 Jan 2004 08:35:14 -0500 Use the formatKey attribute if you want to pull it from message resources. Have a look at java.text.DecimalFormat for an explanation of

Re: format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Kris Schneider
Use the formatKey attribute if you want to pull it from message resources. Have a look at java.text.DecimalFormat for an explanation of formatting patterns for decimal numbers. Quoting Brian Styles <[EMAIL PROTECTED]>: > Ah, ha! I am an idiot. I think this has to do with the format tag in > bean

format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Brian Styles
Ah, ha! I am an idiot. I think this has to do with the format tag in bean:write. Could someone tell me how to set this up? I think you can put the formats into the application properties file, correct? Does someone have an example of what to put in? thanks, Brian From: "Brian Styles" <[EMAIL P