struts 2.5 + slf4j + logback integration

2016-05-11 Thread Matias Rodriguez
Hi! I've just upgraded to struts 2.5 and faced an issue with my existing logging configuration. The error appears at startup: "ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...". I want to use slf

Re: struts 2.5 + slf4j + logback integration

2016-05-12 Thread Matias Rodriguez
Hi Christoph, thanks for your answer! That works! Thanks again. On Thu, May 12, 2016 at 3:55 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > Hi! I've just upgraded to struts 2.5 and faced an issue with my existing > > logging configuration. > > > > The error appears at startup:

Re: struts 2.5 + slf4j + logback integration

2016-05-12 Thread Matias Rodriguez
: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 On Thu, May 12, 2016 at 10:50 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > > > Hi

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

struts 2.5.2 upgrade & stream action

2016-07-14 Thread Matias Rodriguez
Hi everyone! I've upgraded to struts 2.5.2 (from 2.5.1 working OK) and getting an error for a "stream action": *java.lang.IllegalArgumentException: Can not find a java.io.InputStream with the name [inputStream] in the invocation stack. Check the tag specified for this action.* *at org.a

Re: struts 2.5.2 upgrade & stream action

2016-07-14 Thread Matias Rodriguez
Great Łukasz, thanks again. On Thu, Jul 14, 2016 at 1:16 PM, Lukasz Lenart wrote: > 2016-07-14 16:57 GMT+02:00 Matias Rodriguez : > > Hi everyone! > > > > I've upgraded to struts 2.5.2 (from 2.5.1 working OK) and getting an > e

Re: Are jquery & bootstrap plugins compatible with Struts 2 2.5.x

2016-09-17 Thread Matias Rodriguez
Hi Patrick! I'm currently using the jquery plugin, specially the datepicker: "First available SNAPSHOT build 4.0.1-SNAPSHOT is available and compatible to Struts 2.5". On Sat, Sep 17, 2016 at 1:36 AM, Patrick Kelly < patrick.ke...@riverdynamics.com> wrote: > Are the jquery (espectially the sj:dat

Decimal digits change when upgrading from 2.5.10.1 to 2.5.12

2017-10-08 Thread Matias Rodriguez
Hi! I noticed a behaviour change when migrating the referenced versions. I know that there were changes about this (https://struts.apache.org/ docs/version-notes-2512.html). I need to change the MaximumFractionDigits GLOBALLY, for example, from 3 to 10. Is there a recommended way to do this (the "s

Re: Decimal digits change when upgrading from 2.5.10.1 to 2.5.12

2017-10-13 Thread Matias Rodriguez
Thanks Lukasz & Yasser! It would be great to keep backward-compatibility (no limit/max value). IMHO the limitation should be done by a formatter, not in a converter, delegating the formatting to the user's hands. Thanks again. On Mon, Oct 9, 2017 at 2:36 PM, Yasser Zamani wrote: > > > On 10/9/20

Re: Decimal digits change when upgrading from 2.5.10.1 to 2.5.12

2017-10-14 Thread Matias Rodriguez
Great! Thank you! El 14 oct. 2017 03:40, "Yasser Zamani" escribió: > > > On 10/13/2017 6:29 PM, Matias Rodriguez wrote: > > IMHO > > the limitation should be done by a formatter, not in a converter, > > delegating the formatting to the user's hands. &

How to (cleanly) disable specific namespace / action hierarchy at runtime

2020-03-25 Thread Matias Rodriguez
Hi! I'm looking for a clean way to disable/enable (at runtime) specific namespace / specific action hierarchy. An option is to use an Interceptor, but: is there another *standard *way to do this? With *disable* I mean, for example, a HTTP 404 server response. Thanks!

Re: How to (cleanly) disable specific namespace / action hierarchy at runtime

2020-03-25 Thread Matias Rodriguez
is this an auth/auth issue)? > > An interceptor or action base class would be my first approach. > > On Wed, Mar 25, 2020 at 10:39 Matias Rodriguez > > wrote: > > > Hi! > > > > I'm looking for a clean way to disable/enable (at runtime) specific

Struts 6.0.3 + struts2-jquery-plugin 5.0.0 = exception on initialization

2022-09-26 Thread Matias Rodriguez
hi! I'm getting the following warning: [WARN ] 2022-09-26 22:46:37.547 [main] (DomHelper.java:355) - Local DTD is missing for publicID: -//Apache Software Foundation//DTD Struts Configuration 2.6//EN - defined mappings: {-//Apache Software Foundation//DTD Struts Configuration 2.0//EN=struts-2.0.dt

Re: Struts 6.0.3 + struts2-jquery-plugin 5.0.0 = exception on initialization

2022-09-26 Thread Matias Rodriguez
Thanks Lukasz! I'm using the right one (6.0), but the issue is in the velocity plugin El mar., 27 de septiembre de 2022 02:41, Lukasz Lenart < lukaszlen...@apache.org> escribió: > wt., 27 wrz 2022 o 03:52 Matias Rodriguez > napisał(a): > > Caused by: java.io.FileNotF

Re: Struts 6.0.3 + struts2-jquery-plugin 5.0.0 = exception on initialization

2022-09-26 Thread Matias Rodriguez
wrz 2022 o 08:10 Matias Rodriguez > napisał(a): > > > > Thanks Lukasz! I'm using the right one (6.0), but the issue is in the > > velocity plugin > > Are you sure? Version 6.0.3 is using a proper one > > https://github.com/apache/struts/blob/STRUTS_6_0_3/plugi

Re: Struts 6.0.3 + struts2-jquery-plugin 5.0.0 = exception on initialization

2022-09-27 Thread Matias Rodriguez
Yes, sure, I mean, even tho I wanted to point out the issue as it just comes out of the box -a common (no rare) configuration-. Thanks again El mar., 27 de septiembre de 2022 04:25, Lukasz Lenart < lukaszlen...@apache.org> escribió: > wt., 27 wrz 2022 o 08:35 Matias Rodriguez &g

Re: Struts 6.0.3 + struts2-jquery-plugin 5.0.0 = exception on initialization

2022-09-28 Thread Matias Rodriguez
hi! issue created: https://github.com/struts-community-plugins/struts2-jquery/issues/316 thanks! El mar, 27 sept 2022 a la(s) 08:07, Lukasz Lenart (lukaszlen...@apache.org) escribió: > wt., 27 wrz 2022 o 12:31 Matias Rodriguez > napisał(a): > > > > Yes, sure, I mean, even tho

Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Matias Rodriguez
hi! I'm getting an exception when moving from version *6.3.0.2*; should we add some annotations or something? thanks! *struts.xml extract:* indexServidor *exception:* Struts Problem Report Struts has detected an unhandled exception: *Messages*: - Cannot find definition named 'ind

Re: Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Matias Rodriguez
aszlen...@apache.org) escribió: > pon., 22 kwi 2024 o 15:16 Matias Rodriguez > napisał(a): > > > > hi! I'm getting an exception when moving from version *6.3.0.2*; should > we > > add some annotations or something? thanks! > > > Struts has detected an unhandl