"align=center" doesn't seem to work in Struts 2.5 Velocity tags

2016-05-13 Thread Jon Juaristi
Hi all, I changed dependencies from 2.3 to 2.5 in my build file and everything seems to work. Except, weirdly enough, in form tags like #stextfield (equivalent to [1]) when I try to align the inputs to the centre they don't. But they actually do when using 2.3.x. Basically, inputs are prepended

Re: struts 2.5 + slf4j + logback integration

2016-05-13 Thread Matias Rodriguez
Yeah! And also: logback-core | ch.qos.logback | 1.1.6 Thanks! On Fri, May 13, 2016 at 6:36 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > :D It makes me happy too, thanks! > > Now I'm using this dependencies: > > - log4j-to-slf4j | org.apache.logging.log4j | 2.5 > > - slf4j-ap

Re: User (session) specific number formatting which overrides Locale

2016-05-13 Thread Christoph Nenning
> Hello! > I understand I can support different locale for users using the > I18nInterceptor and the request_locale parameter. > > Is there a similar solution for "Number Formatting"? > > A number of users have expressed they wish to see 4 decimals instead of > only 2, and I can not find a good

Re: struts 2.5 + slf4j + logback integration

2016-05-13 Thread Christoph Nenning
> :D It makes me happy too, thanks! > Now I'm using this dependencies: > - log4j-to-slf4j | org.apache.logging.log4j | 2.5 > - slf4j-api | org.slf4j | 1.7.21 > - logback-classic | ch.qos.logback | 1.1.6 > Yes, that is how it is supposed to be, if you want to use logback. And I'm sure you also ha