xiaochong / zkui

Grails ZK UI Plugin
http://grails.org/plugin/zkui
GNU Lesser General Public License v3.0
24 stars 8 forks source link

locale and format issue #108

Open hahnz opened 11 years ago

hahnz commented 11 years ago

Hi Xiaochong, I want to ask something.. why since zkui ver 0.5.3 I got error in this code?

z:intbox id="a" value="0" locale="fr" format="#,##0"

it said: Malformed pattern "#,##0". Stacktrace follows: org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error proc essing GroovyPageView: Error executing tag : Error executing tag <z:wind ow>: Malformed pattern "#,##0"

in zkui ver 0.5.2 it's worked fine..

xiaochong commented 11 years ago

It update to ZK 6.0.2 since zkui 0.5.3,so it may a bug of zk 6.0.2. Are you try it in pure zk zul page?