Top "Struts-1" questions

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

is this struts 1.x form bean in session scope or request scope?

I have been searching for a concrete answer for this, as much of google returns a lot of very old …

forms scope struts-1 struts-config
Struts 1 Date Format Tag

Is there any tag in Struts1 tag library which can format a java.util.Date object? In Struts 2, I can …

java jsp struts struts-1
Migration from Struts 1.2 -> Struts2 vs Spring-MVC (primarily vis-a-vis Struts1.2 taglib support)

Primary Question: If my app is CURRENTLY using Struts 1.x - and I am considering migrating to EITHER Spring-MVC or …

java spring-mvc struts2 migration struts-1
Failed to marshal EJB parameters --- IllegalArgumentException: Can not set org.apache.commons.collections.FastHashMap field

I'm getting the below error while trying to save a search results using the Remote interface for SearchFacade.java "Failed …

jboss7.x apache-commons struts-1 ejb-2.x xdoclet
Writing a string property of an object with <html:text />

I've got an object in my form that contains various string properties. When I want to print it in my …

java struts struts-1 html-input struts-html
Cannot find bean org.apache.struts.taglib.html.BEAN in any scope

I have a form which has five tabs. In one of the tabs(background.jsp) on change of a checkbox(…

java jsp struts-1
Classloader vulnerability reproducing procedure in struts 1.1

In Struts1, I heard that there is a classloader vulnerability issue which is cause by CVE-2014-0114. But I am …

security jboss classloader struts-1 reproducible-research
Struts 1.x vs Struts 2.x

I have reviewed a few Struts 1 vs 2 questions on SO but none seem to answer the question in the perspective …

java struts2 struts-1
<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