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

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

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 gregh3...@gmail.com 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?

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