Answer Posted / sitaram
suppose one jsp page having two text fields and one button.
when ever submit the form. the request goes to action
servlet & then loads the struts-config.xml after check the
request where exactly match the action class in the sc.xml.
then executes the action class & executes validate form bean
then execute method and redirects view form.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
For a single Struts application, can we have multiple struts-config.xml files?
Which design pattern is implemented by Struts2 interceptors?
What is difference between struts1 and struts2?
What is the difference between filters and interceptors ?
What is the purpose of dispatcher result type?
What is spring hibernate and struts in java?
Why use struts framework in java?
Difference between struts and spring? Or why use spring, if you are already using struts?
Give an example where struts tiles may be used?
What is the use of Struts.xml configuration file?
How properties of a form are validated in Struts?
Whats the difference between the default namespace and the root namespace?
What is the use of form bean in struts?
What is the different actions available in struts?
What is token used for?