Top "Struts" questions

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

Set default value of select using java in Struts 1.x

I've come across answers for Struts 2.x but none for struts 1.x. All I need to do is select a …

java struts
How can I obtain the message resources object in a servlet?

I'm developing a project with Struts and I was wondering if it's possible to get the message resources object in …

java servlets resources struts
Redirect or forward

Looking through some legacy code I have in front of me using struts one, I see: <global-forwards> ... <…

redirect struts forward
OSGi vs Spring vs Struts vs EJB vs. Hibernate -- a totally newbie's question

I am not familiar with these "framework" "components" at all, but can someone give me a 101 introduction about what the …

java hibernate spring struts osgi
org.apache.struts.action.ActionMessage cannot be cast to org.apache.struts.action.ActionError

I am working on struts1.2 application. I created a formbean extending validatorform, then override the method validate(). then when I …

java struts struts-config
Making Struts send 500 Internal Server Error when exceptions get thrown

I'm working on an AJAX-enabled JavaScript frontend that makes calls to a Java backend written with Struts. My problem is …

struts http-response-codes
Can you do a struts2 action redirect using POST instead of GET?

<action name="actionA" class="com.company.Someaction"> <result name="success" type="redirect-action"> <param name="actionName"&…

post redirect struts2 struts action
how to make <display:table> scrollable?

I am using <display:table> tag to display table in jsp page. now i can navigate records using …

html css jsp struts displaytag
struts2 adding interceptors in struts.xml for all action class

I've used the Struts 2 framework and I have created a web application which has a Login Page. I have three …

java jakarta-ee struts2 struts
<html:select> inside <logic:iterate>

I have an itemList and for each item, a dropdown list of ratings is displayed. After user rates each item …

struts struts-1 struts-html