Top "Struts-1" questions

The Apache Struts web framework is a free open-source solution for creating 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
Flow of control in Struts 1.2 (Lifecycle)

Title may sound a little vague but I'll give it a go. I have 2 servlets: one.java: Extends the Action …

java struts struts-1 struts-config
Iterating over hashmap in JSP in struts application

I have a HashMap object that I am getting on a JSP page. HashMap<Integer,Gift_product> gift_…

java struts-1
JasperReports: How to call the report in jsp page

I made one jasper report using iReport 3.7.4 version, now i have to use that or call that report in my …

java jsp jasper-reports struts-1
javax.servlet.jsp.JspException: No getter method for property

I am unable to find out what I am doing wrong. I am bound to use Form Bean within Form …

java struts struts-1
Dynamic key in bean:message in Struts 1.3

I am working on a project which made use of an old (but nice) framework Struts 1.3, and I am trying …

java jsp struts-1
Multiple Submit button in Struts 1.3

I have this code in my JSP: <%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%> .. .. <html:…

struts struts-1
What value is submitted by struts checkbox tag when checkbox is unselected

I ran into this scenario. class MyForm extends IdSelectionForm { private Boolean approveIt = true; ..... } my JSTL form consists of <html:…

jsp checkbox struts-1
How to include multiple message resources in Struts?

I'm using (learning...) Struts 1.3 to build an MVC web application. For clarity, I'd like to include more than one <…

java struts-1
Cross-site request forgery prevention using struts token

I want to implement Cross-site request forgery prevention for my web application which is base on struts 1.x framework. I …

java struts cross-domain struts-1