File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Error with error:bean formatKey parameter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Error with error:bean formatKey parameter" Watch "Error with error:bean formatKey parameter" New topic
Author

Error with error:bean formatKey parameter

Joaquin Pertejo
Greenhorn

Joined: Mar 07, 2005
Posts: 1
If write a formatted value with the bean:write tag.
If I use the format parameter it works well:


But if I put the format string in the properties file, like this:
format.coverage = #,##.00

and I use the formatKey parameter I get an Internal Error in the Web navigator:


Any ideas why I get this error.

Thanks.
Ben Hur
Greenhorn

Joined: Mar 07, 2005
Posts: 9
Hi there,

The number format from your property bundle is interpreted as a localized version. Take a look at this Bug report (RESOLVED INVALID).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error with error:bean formatKey parameter
 
Similar Threads
Displaying Data
using html:link to pass parameter
timestamp display problem
bean:write - format key
bean:write formatKey tag