Re: Possible client side validation bug in Struts 2.3.15

2013-07-05 Thread Bruno Klava
Now I managed to create a minimal example that reproduces the error (the previous example I was trying was too minimal :) https://github.com/bklava/struts In the example, in the index action/page, there are 2 forms: the difference is that the form 1 submits to the action without setting a method

Re: maven upgrading

2013-07-05 Thread Dave Newton
Did you do an "mvn clean"? Dave On Jul 5, 2013 4:48 AM, "Greg Huber" wrote: > Hello, > > I have recently moved over to maven, so this may be a bit of a dumb > question, when I change my version to 2.3.15 it wants to add to the build > all previous jar versions? > > /target/events/WEB-INF/lib/s

Re: maven upgrading

2013-07-05 Thread Alvin Chew
Not sure if i understand correctly, hope below help ! Declare an exact version (will always resolve to 1.0.1): [1.0.1] Declare an explicit version (will always resolve to 1.0.1 unless a collision occurs, when Maven will select a matching version): 1.0.1 Declare a version range for all 1.x (wil

ServletResponseAware - request can be null?

2013-07-05 Thread Christian Grobmeier
Hi, I am implementing the ServletResponseAware interface and found out that sometimes the HttpServletResponse is null when I execute() the action. ServletConfigInterceptor is definitely executed before. Actually often the HttpServletResponse is not null and my code seems to work. Not sure if I s

maven upgrading

2013-07-05 Thread Greg Huber
Hello, I have recently moved over to maven, so this may be a bit of a dumb question, when I change my version to 2.3.15 it wants to add to the build all previous jar versions? /target/events/WEB-INF/lib/struts2-core-2.3.14.2.jar /target/events/WEB-INF/lib/struts2-core-2.3.14.jar /target/events/W