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
What is the difference between plain-validator and field-validator?
How the flow of various requests happens in struts application?
How can we integrate log4j in Struts2 application?
Can you explain struts.properties in struts2?
Which configuration file is used for storing jsp configuration information in struts?
Explain about tiles?
Why are frameworks used?
What are action classes in struts?
How to upload struts file?
Explain the life cycle of a request in struct2 application?
Describe the mvc on struts?
Explain about struts dispatch action?
What is the difference between empty default namespace and root namespace?
How you will display validation fail errors on jsp page?
What is actioninvocation?