Jonas Trevisan
Jonas Trevisan
Changed to version 2.8.5 and the problem seems to be fixed.
Now I'm getting this error `Illegal attempt to associate a collection with two open sessions.` when Jackson tries to serialize a collection.
We need the currency of the amount to properly handle currency symbols. So we need to set the currency in the `NumberFormat` using the `setCurrency` method. If the locale is...
Yes, it is insufficient because neither the number nor the locale carry the currency information of the passed number. A monetary amount is composed by a Currency and a Number.
I've created a dialect internally in my application to work around this, basically what I do is this: ```Java public String formatCurrency(final Number target, final Currency currency) { if (target...
Exactly that, I have a multi-currency application which needs to present values in many currencies (e.g. USD, EUR, BRL). The current built-in currency formatting support that thymeleaf have works ok...
Ok, If you need any help just ask :)
Any progress on this? I`m getting the error ``` You don't seem to have a generator with the name angular:common:/opt/boxen/nvm/v0.8.8/lib/node_modules/generator-express-angular/app/index.js installed. ```
@Grievoushead I did that and got the same error during install i got this WARN ``` npm WARN engine [email protected]: wanted: {"node":">=0.8.0","npm":">=1.2.10"} (current: {"node":"v0.8.8","npm":"1.1.59"}) ``` does it work with node...
It is a bit weird because I got the error: ``` You don't seem to have a generator with the name angular:common:/opt/boxen/nvm/v0.8.8/lib/node_modules/generator-express-angular/app/index.js installed. ``` but the file `/opt/boxen/nvm/v0.8.8/lib/node_modules/generator-express-angular/app/index.js` exists i...