Top "Struts2" questions

Apache Struts 2 is an extensible framework based on servlets and implements model–view–controller (MVC) pattern in its architecture for creating enterprise-ready Java web applications.

How to change ActionForward with dynamic params in Struts 2

While migrating the application from Struts 1 to Struts 2 In some of the places, the same action class has been used …

java struts2 migration struts actionresult
how to get multiple checkbox value in struts 2 using checkbox list

Hi I am new to struts 2 , Can somebody tell me how to get multiple checkbox value in struts 2. So far …

java jsp checkbox struts2 struts-config
How Struts2 ModelDriven interface works

I have a doubt. How the Struts2 Modeldriven interface works. In my application I used for a single form. And …

struts2 model-driven
MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

I have a working Action and JSP form that I'm using for creating new entities in my very basic Struts 2.2.1.1 …

struts2 ognl
struts tag for button call Action

Just wondering if anyone has ever seen or written a customer tag to call Struts2 Actions. What I'm looking for …

struts2 tags struts tld struts-action
WARNING: No configuration found for the specified action: in namespace: Form action defaulting to 'action' attribute's literal value

I am trying to find the namespace and action name with wildcards but it gets failed. Exception : WARNING: No configuration …

java jsp struts2 action dmi
How to integrate Struts 2 with Tiles 3

How do we integrate Struts 2 with Tiles 3? The struts2-tiles-plugin currently (2.3.4.1) works with an older version of tiles (version 2.0.6) this …

struts2 tiles tiles-3
Exception starting filter struts2 - tried adding JAR's, but same result

Here is the error I am getting: SEVERE: Exception starting filter struts2 java.lang.NoClassDefFoundError: com/opensymphony/xwork2/config/FileManagerProvider …

java struts2 web.xml requestdispatcher
Difference between servlet/servlet-mapping and filter/filter-mapping?

As part of exploring/learning Struts2, JSP and Servlets, I see from here and there that servlets and servlets-mapping can …

java servlets struts2 mapping servlet-filters
Struts 1.x vs Struts 2.x

I have reviewed a few Struts 1 vs 2 questions on SO but none seem to answer the question in the perspective …

java struts2 struts-1