Top "Struts" questions

The Apache Struts web framework is a free open-source solution for creating Java web applications.

What does the exception "javax.servlet.jsp.JspException: Broken pipe" signify?

I'm getting the following error: javax.servlet.jsp.JspException: Broken pipe Now I have seen questions/answers with respects to …

java jsp struts exception
How to append loop index of c:forEach tag to Struts HTML tag attributes?

How can I append the loop index of a c:forEach tag to the attributes of a struts select/text …

jsp struts jstl struts-html
Populate <html:text> field from a <bean:write> tag

I want to populate a field from a session bean. I attempted this: `<html:text property="docId" value="<…

html struts struts-html
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
What does the scope attribute from the action tag of the struts-config file mean?

I'm working on a Struts application. In order to edit the struts-config.xml file, I think I have to add …

java scope struts struts-1 struts-config
Get current filename in JSP

Is there a way to get which JSP is currently rendered, with JSTL or Struts (or without)? like _ _ file _ _ in …

java jsp struts jstl
Java (maven web app), getting full file path for file in resources folder?

I'm working with a project that is setup using the standard Maven directory structure so I have a folder called "…

java spring maven struts classpath
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
What Are the Benefits of Struts

I recently added Struts 1.3 to my application on Tomcat. Here are my observations, MVC. Servlet/JSP does this fine for …

java model-view-controller tomcat servlets struts
Accessing a value in Struts ActionForm from JSP

I am a Struts 1.3.10 newbie and I have an issue where I have an Action called RegistrationAction as follows: public …

java struts struts-action