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.

Difference between Struts 1 and Struts 2?

I had been using struts 2, but for few reasons i am shifting (back) to Struts 1 . I would like to know …

struts2 struts-1 struts-validation
Action redirect in struts.xml

Can I redirect to another action from within a struts actions ? So the result of an action is another action …

struts2
Iterate over an HashMap<String, ArrayList<String>> with Struts 2

I am currently facing some difficulties with Struts2 and the s:iterate tag. I want to display a label, which …

java struts2 iterator
Difference between Interceptors and Filters - Is this right?

I'm researching this so that I can respond better in interviews. I've been searching around for a clear and concise …

struts2 struts
Struts2: method attribute in <s:submit> button doesn't work

I have a form in jsp. There are two submit buttons: "Search" and "Add New" button. I had set each …

java jsp struts2 submit-button struts-action
To access the index value of struts iterator in scriptlet array index

I am a newbie in web development. Using Struts2, I have a comma separated String of my images captions. While …

java jsp struts2 ognl
Get the current user Liferay using a simple Java code

I'm working with : Liferay 6.0.6 with JBoss 5.1 and Struts2. My question is, how to get the current user in Liferay once …

authentication jboss struts2 liferay portal
File download using Java, Struts 2 and AJAX

I want to give file download using java,struts2 and ajax. On my html page there is a button called "…

java ajax jsp download struts2
Configure Hibernate C3P0 Connection Pooling

I'm stumbled upon a problem while developing a Web Application based on Struts2 with Spring and Hibernate. When I refresh …

spring hibernate struts2 connection-pooling c3p0
How to display a list of database records (retrieved via Hibernate) to a JSP page in Struts 2?

I am trying to display the database records in my JSP page in Struts 2 using Hibernate. I have done the …

java hibernate jsp struts2 xml-configuration