Top "Struts-config" questions

Use this question for struts-config related questions.

Basic flow of Struts

Well I want to study Struts so I am going to begin with Struts 1, I would like to know the …

struts struts-validation struts-config
struts action mapping action input attribute

I am a noob when it comes to Java and Struts ( I feel like .Net boy in Java world ). What …

java struts-config
Flow of control in Struts 1.2 (Lifecycle)

Title may sound a little vague but I'll give it a go. I have 2 servlets: one.java: Extends the Action …

java struts struts-1 struts-config
org.xml.sax.SAXParseException: Document is invalid: no grammar found.

I'm getting the errors in my Struts application, on my development machine, saying apparently my config files have errors (which …

java exception struts struts-config
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
Struts 2 Download - How to configure the file name dynamically?

I am developing one application , where people will download the required file from a location mentioned in the DB to …

java jquery struts2 struts-config struts-validation
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
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
how to get multiple checkbox value in struts 2 using checkbox list

Hi I am new to struts 2 , Can somebody tell me how to get multiple checkbox value in struts 2. So far …

java jsp checkbox struts2 struts-config