Questions tagged [struts1]

The Apache Struts web framework is a free open-source solution for creating Java web applications. The Struts framework is designed to help developers create web applications that utilize a MVC architecture.

The Apache Struts web framework is a free open-source solution for creating Java web applications. The Struts framework is designed to help developers create web applications that utilize a MVC architecture.

The framework provides three key components:

A "request" handler provided by the application developer that is mapped to a standard URI. A "response" handler that transfers control to another resource which completes the response. A tag library that helps developers create interactive form-based applications with server pages.

The Apache Struts Project offered two major versions of the Struts framework. Struts 1 has reached end of life, and Struts 2 is still under active development. Struts 1 was extremely popular in it's time, and has had significant influence on more modern frameworks such as Struts 2 and SpringMVC.

Struts 1 had its last release in December 2008.

Official EOL announcement for Struts1: https://struts.apache.org/struts1eol-announcement.html

178 questions
0
votes
1 answer
0
votes
1 answer

I can not use EL in my jsp,

I use "Working with server: Apache Tomcat/6.0.36 Servlet Specification: 2.5 JSP version: 2.1" In my JSP page, I used EL with this tag . When it renders the page, it is displaying…
0
votes
1 answer

Wierd behaviour with rendering of struts ActionMessage when localized to Portuguese

ActionMessage message = new ActionMessage("ERRORS_MAX_NUMBER",maxNumber); When this message is finally rendered as HTML, the maxNumber is shown in format 1,00,000. The maxNumber is an int an there is no ',' character in it. And after that when the…
harsh
  • 1,471
  • 13
  • 12
0
votes
1 answer

struts1 to struts2 migration message resource

Currently we are using Struts1 and we want to use struts2(convention+annotation) for incoming projects. I'm having a problem with struts2 regarding message resource in Struts1 we use a custom MessageResourceFactory which configured in…
raito
  • 1
  • 4
0
votes
1 answer

How to open a file in Jsp using filepath

path in my database and files stored in the server path "workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/ex/userfiles" . I want to open the file in jsp page using the file path .Iam using eclipse juno in ubuntu I tried this…
0
votes
4 answers

How to show Page Loading image/div/text until the page has been loading

I am using struts1. My website is loading quite slowly as it's doing some intensive calls. Any idea how I can get a div to say something similar to "loading" to show while the page prepares itself and then vanish when everything is ready?
user2390105
0
votes
0 answers

How to use Jquery Mobile in Struts 1

I am developing web application using JSP and struts1. Developing front end using JSTL & Struts tags and Common css class for design. is there any possibility to use jquery mobile in my application. If there how to use it.
R J.
  • 1,522
  • 10
  • 25
  • 40
0
votes
2 answers

Disable CSRF Guard in Java EE, Struts 1.3

I want to disable CSRF guards in tomcat. I don't know how to allow the back, page refresh button to be functional. For the time being, i just want to disable everything related to csrf. For this purpose there is one file Owasp.CsrfGuard.Properties…
user2269170
  • 79
  • 2
  • 13
0
votes
1 answer

Value not returned in dropdown struts Jsp

I am using a dropdown optionCollection to select the set of values.
Survivor - 2012
  • 300
  • 4
  • 19
0
votes
1 answer

Struts and variable post parameters

I'm trying to integrate paypal IPN with my Java Struts web application. According to paypal, there are only 2 variables that are posted with IPN across all transaction types, but there are a bunch of other variables that could possibly be posted.…
MechaMarinara
  • 620
  • 1
  • 7
  • 22
0
votes
2 answers

struts 1.2 jsp page isnt displayed on the browser instead the code is diaplayed on the title bar

I am trying to deploy a code in struts 1.2 for an meta search engine . The code mapping is all fine , but the index page isnt rendered on the browser instead the code is displayed on the title bar ... any idea what could be wrong ??? The jsp page…
Indi
  • 1
0
votes
1 answer

How to over write Tomcat's xml file properties from java struts 1.1 application. Specifically maxPostSIze

I am trying to upload a file through my JAVA Struts 1.1 Application. Using the Tomcat Server. The problem I was facing was : file size was greater than the default size of the Tomcat allowed size. So we need to change the "maxPostSize" parameter of…
Rahul_Java
  • 13
  • 1
  • 7
0
votes
1 answer

Struts 1.3 not able to validate using xml ValidatorForm

I am making simple login page and trying to validate it using struts ValidatorForm but its not working. But same code worked for DynaValidatorForm. Not able to understand what's problem. It is not showing any error when I click login button. Here is…
sambot
  • 63
  • 1
  • 2
  • 9
0
votes
1 answer

how to specify action url in struts 1

the action as specified below is not found **** the error is : message Invalid path /situationAdministrative/evaluation/editEvaluation was requested but where i write the url as this…
fatiDev
  • 5,752
  • 7
  • 28
  • 45
0
votes
3 answers

unable to get values inside jsp after iterating a list

i am trying to get the list from my dao class to it into my jsp page. My list is returning fine from my DAO class but while iterating the return list into my jsp page i am unable to get the values of tables column Please help me to solve this…
Dan
  • 2,086
  • 11
  • 71
  • 137
1 2 3
11
12