Top "Struts-1" questions

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

How to get the data in Struts from AngularJS post

I’m using Struts1.2 with Angular to post some data and want to get the data in java. I’m …

java angularjs json struts-1
The requested resource is not available on Tomcat

I'm trying to get a Struts tutorial working but I am coming up against the following error when I try …

jsp tomcat resources struts struts-1
Are the docs for Struts 1 still available online?

I have needed to maintain a Struts 1 application. I know, EOL almost two years ago, no new releases in six …

documentation struts struts-1
Struts html tags are not working

I just tried to include a textbox in jsp page with struts provided tags. But it's behaving every typical. Working &…

struts-1
request.getCharacterEncoding() returns NULL... why?

A coworker of mine created a basic contact-us type form, which is mangling accented characters (è, é, à, etc). We're using KonaKart a …

java servlets character-encoding struts-1 konakart
How to use maxlength on textarea in struts 1 html tag

In struts 1 tags for html:textarea here I do not see a maxlength attribute. How can i restrict the user …

tags struts-1
Include javascript file from inside WEB-INF

I am developing a website in struts. My folder structure is as follows : Now, I have a jsp page register.…

java jsp struts-1
HTML form POST method with querystring in action URL

Lets say I have a form with method=POST on my page. Now this form has some basic form elements …

forms query-string struts-1
<html:radio> Check radio button default in struts html tag

How to set radio button checked by default in struts html tag ? <html:radio name="RegisterForm" property="Group" value="&…

struts struts-1
Confusing about Global forward and Action mapping

for example <global-forwards> <forward name="welcome" path="/Welcome.do"/> </global-forwards> <action-mappings> <…

struts struts-1 struts-config