Top "Struts-1" questions

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

How can I pass form input value to an Action (struts 1)

I'm new using struts. I need to pass the form value to an action when I submit the form. I …

java forms jsp struts struts-1
Cannot find message resources under key org.apache.struts.action.MESSAGE in struts

I am getting the following error in the browser window : org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.…

struts struts-1
File "/struts-tags" not found in Struts 1.3

I wrote a conditional if else tag inside a logic:iterate in jsp as below:- <s:if test="%{#…

java struts struts-1
Struts struts-config.xml action-mapping explained

I am a noob to Struts framework. I am trying to understand how action-mapping works exactly. Suppose I have a …

struts-1 struts-config jquery-ajax
How can I put a placeholder in a struts textfield tag?

i got error because am using placeholder attribute in struts tags.... <html:text property="name" styleClass="form-control" placeholder="some …

java javascript jquery html struts-1
How to extract decimal number from string using JavaScript

I want to extract decimal number 265.12 or 0.0 from alphanumeric string (say amount) having value $265.12+ or $265.12- or $0.0+ or $0.0- and …

javascript regex jsp struts-1
How to preselect struts html:radio button

How to preselect struts 1 html:radio button? Thanks Maria

struts-1
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
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
Struts 1 How to set checkbox default checked

I'm making some small changes to an existing project, which was built using Struts 1.2. I need to have a check …

java struts-1