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.

Struts2 file upload max size

I need to upload files upto 10 MB.I used the following .In my struts.xml i configured like as follows. &…

struts2
Can I propagate struts2 ActionErrors between different action classes?

If I have an action where the result is a redirectAction to another action in a different class, is it …

java model-view-controller error-handling struts2 struts
How to bind JSON to Java object in Struts2 using struts2-json-plugin

I want to deserialize (bind) JSON to java object. How to do it in Struts2? I am trying to do …

java struts2 struts2-json-plugin
Struts 2 Download - How to configure the file name dynamically?

I am developing one application , where people will download the required file from a location mentioned in the DB to …

java jquery struts2 struts-config struts-validation
Error 404 issues using Struts application

I am having some issues running a Struts web app since few days. I tried several solutions from StackOverflow relating …

java jsp struts2 action dmi
How to make properties file in netbeans

i am working on a struts2 web application-project and using netbeans 6.9. i want to create a properties file for my …

java properties struts2 netbeans-6.9
struts.xml and struts-config.xml

What is the difference between struts.xml and struts-config.xml? Are both the same or is there any difference between …

jakarta-ee struts2 struts struts-1
Struts 2: updating a list of objects from a form with model driven architecture

I already searched and found several approaches here, but I can't get them working for my project. I want to …

forms model struts2 populate
Comparing Strings in Struts2 <s:if> Tag

I have an index.jsp page wherein certain elements turn on/off depending on whether the user has logged in …

java jsp struts2 ognl
Can not find the tag library descriptor for tiles when using Maven

Here is my config in web.xml file <listener> <listener-class>org.apache.struts2.tiles.StrutsTilesListener</…

jsp maven struts2 apache-tiles