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 can i create a link in displaytag?

I want to create edit , delete link in display tag with struts2. How can i do so ? If anybody knows …

java struts2 displaytag
How to compare two strings using Struts2 tags and OGNL?

I am trying to compare two values : one from session and anther from iterator <s:iterator value="themes" status="…

java jsp struts2 ognl struts-tags
Why should I learn and use struts?

I'm a java developer, not seasoned, but I am familiar with most concepts reasonably well. I recently built a website …

java jsp struts2 velocity
Using cookies with Struts 2 and Struts

I've got the following (shortened) struts2 action: public class MyAction extends BaseAction implements CookiesAware { public String execute() { if (cookiesMap.containsKey("…

java cookies struts2
Redirect to another action in an interceptor in struts 2

I am currently in the process of learning Struts 2 and I am currently building a simple application where unverified users …

login struts2 interceptor
How to pass an object from a JSP form to an Action class in Struts2 without defining all form fields as a class property?

To make the question clear I make an example: consider theSubscriber form defined bellow in first.jsp: <s:form …

java jsp struts2 struts ognl
How to use Servlet in Struts2

How to use servlets together with Struts2?

servlets struts2
How to display selected file names before uploading multiple files in Struts2?

I am using Struts2 to upload multiple files: <s:file name="files" multiple="multiple" /> When I select multiple …

javascript html jsp file-upload struts2
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [login] associated with context path [/struts2]

I have learned theory of Struts2 and now practicing. Facing problems while executing project.I searched in Google in many …

java struts2 struts2-namespace action-mapping
Upload multiple files at once to a Struts2 @Action

I need to upload "1000 files" or "a zip file including all the files" at once using Struts2. (By 1000 Files or …

jsp file-upload struts2