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
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
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
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
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
5 matches
Mail list logo